]> Git Repo - linux.git/commit
xattr: guard against simultaneous glibc header inclusion
authorSerge Hallyn <[email protected]>
Thu, 3 Apr 2014 21:48:33 +0000 (14:48 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:21:06 +0000 (16:21 -0700)
commitea1a8217b06b41b31a2b60b0b83f75c77ef9c873
treebfff18284431af103bb746ea570cd09874b2b87c
parente9107f88c985bcda5a8ec692cd692005738136f1
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]>
include/uapi/linux/libc-compat.h
include/uapi/linux/xattr.h
This page took 0.054688 seconds and 4 git commands to generate.