diff options
| author | Serge Hallyn <[email protected]> | 2014-04-03 21:48:33 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-04-03 23:21:06 +0000 |
| commit | ea1a8217b06b41b31a2b60b0b83f75c77ef9c873 (patch) | |
| tree | bfff18284431af103bb746ea570cd09874b2b87c /lib/syscall.c | |
| parent | samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS (diff) | |
| download | kernel-ea1a8217b06b41b31a2b60b0b83f75c77ef9c873.tar.gz kernel-ea1a8217b06b41b31a2b60b0b83f75c77ef9c873.zip | |
xattr: guard against simultaneous glibc header inclusion
If the glibc xattr.h header is included after the uapi header,
compilation fails due to an enum re-using a #define from the uapi
header.
Protect against this by guarding the define and enum inclusions against
each other.
(See https://lists.debian.org/debian-glibc/2014/03/msg00029.html
and https://sourceware.org/glibc/wiki/Synchronizing_Headers
for more information.)
Signed-off-by: Serge Hallyn <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Allan McRae <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/syscall.c')
0 files changed, 0 insertions, 0 deletions
