astlpc.c (672c88524b5bea5481b4cf4d067a80f20f85862d) | astlpc.c (3d36ee2e9ae946a3ff5d45e74efd0078b72726e4) |
---|---|
1/* SPDX-License-Identifier: Apache-2.0 */ | 1/* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ |
2 3#include <assert.h> 4#include <fcntl.h> 5#include <stdbool.h> 6#include <stdlib.h> 7#include <string.h> 8#include <unistd.h> 9 --- 337 unchanged lines hidden --- | 2 3#include <assert.h> 4#include <fcntl.h> 5#include <stdbool.h> 6#include <stdlib.h> 7#include <string.h> 8#include <unistd.h> 9 --- 337 unchanged lines hidden --- |