Lines Matching +full:linux +full:- +full:headers
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
13 * * Synchronize the UAPI header and the libc headers so either one can be
20 * (a) Include libc-compat.h in the UAPI header.
21 * e.g. #include <linux/libc-compat.h>
24 * (b) In libc-compat.h add enough code to detect that the comflicting
37 * This fixes the situation where the linux headers are included *after* the
38 * libc headers. To fix the problem with the inclusion in the other order the
39 * userspace libc headers must be fixed like this:
52 /* We have included glibc headers... */
58 /* GLIBC headers included first so don't define anything
74 /* Linux headers included first, and we must define everything
92 /* GLIBC headers included first so don't define anything
120 /* Linux headers included first, and we must define everything
169 /* If we did not see any headers from any supported C libraries,