summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorHiroaki KAWAI <kawai@stratosphere.co.jp>2013-04-19 10:09:35 +0900
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-06-07 13:53:13 +0200
commitfd355bc1dbcb794ae1abf0fad1459e28d8567ba0 (patch)
treef4db292141fedbbf45d76e4eb2be372de354f9ea /Makefile.in
parentb57e9640db53166c88cdac66b79a046e46b8d728 (diff)
eventfd.h: Use new "bits/" scheme for arch-specific flags
As in timerfd.h, eventfd.h needs arch-specific definition files. alpha, mips and sparc needs separate file, all the other arch will use common definition. This problem is already fixed in glibc. Also sanitize and provide bits for hppa. Make sure not to install the new bits/eventfd unless eventfd support is enabled. Signed-off-by: Hiroaki KAWAI <kawai@stratosphere.co.jp> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3d3ba3d8f..da865dbeb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -288,6 +288,7 @@ HEADERS_RM-$(UCLIBC_HAS_XATTR) += sys/xattr.h
HEADERS_RM-$(UCLIBC_HAS_XLOCALE) += xlocale.h
HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += \
sys/cachectl.h \
+ bits/eventfd.h \
sys/eventfd.h \
sys/fsuid.h \
bits/inotify.h \