diff options
author | Serge Hallyn <serge.hallyn@ubuntu.com> | 2014-03-10 23:17:07 -0500 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2014-03-18 14:27:56 +0100 |
commit | fdbe8eae2b9aed74dabba1b0a189c5d7d61bf032 (patch) | |
tree | be4dbe187e7b0d5bda0a0bae6e32b169192f8568 /scripts | |
parent | fede7a5ffa188c22c3789135bd5cf82e487dd3d0 (diff) | |
download | glibc-fdbe8eae2b9aed74dabba1b0a189c5d7d61bf032.zip glibc-fdbe8eae2b9aed74dabba1b0a189c5d7d61bf032.tar.gz glibc-fdbe8eae2b9aed74dabba1b0a189c5d7d61bf032.tar.bz2 |
misc/sys/xattr.h: guard against linux uapi 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.
(A corresponding kernel patch has been sent here:
http://lkml.org/lkml/2014/3/7/331 )
(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 <serge.hallyn@ubuntu.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions