]> git.baikalelectronics.ru Git - kernel.git/commit
xattr: guard against simultaneous glibc header inclusion
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 3 Apr 2014 21:48:33 +0000 (14:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:06 +0000 (16:21 -0700)
commit6b1b1b5cc113142aece335eda9560670a323bcaf
treebfff18284431af103bb746ea570cd09874b2b87c
parent7b89b037508db83a00ac3f349d4001e474c99d1f
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 <serge.hallyn@ubuntu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Allan McRae <allan@archlinux.org>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/libc-compat.h
include/uapi/linux/xattr.h