]> sourceware.org Git - glibc.git/commit
misc/sys/xattr.h: guard against linux uapi header inclusion
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 11 Mar 2014 04:17:07 +0000 (23:17 -0500)
committerOndřej Bílka <neleai@seznam.cz>
Tue, 18 Mar 2014 13:27:56 +0000 (14:27 +0100)
commitfdbe8eae2b9aed74dabba1b0a189c5d7d61bf032
treebe4dbe187e7b0d5bda0a0bae6e32b169192f8568
parentfede7a5ffa188c22c3789135bd5cf82e487dd3d0
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>
misc/sys/xattr.h
This page took 0.044159 seconds and 5 git commands to generate.