From fd355bc1dbcb794ae1abf0fad1459e28d8567ba0 Mon Sep 17 00:00:00 2001 From: Hiroaki KAWAI Date: Fri, 19 Apr 2013 10:09:35 +0900 Subject: 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 Signed-off-by: Bernhard Reutner-Fischer --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3