[git commit] buildsys: eventually remove sys/eventfd.h

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Nov 2 16:00:52 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=fafa38973d0472f645025af0a8d8ad265251a9ed
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

rm sys/eventfd.h unless linux_specific was chosen

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index c6db435..3a3b784 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,7 +270,7 @@ HEADERS_RM-$(UCLIBC_HAS_WCHAR)               += wchar.h wctype.h
 HEADERS_RM-$(UCLIBC_HAS_WORDEXP)             += wordexp.h
 HEADERS_RM-$(UCLIBC_HAS_XATTR)               += sys/xattr.h
 HEADERS_RM-$(UCLIBC_HAS_XLOCALE)             += xlocale.h
-HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC)          += sys/fsuid.h \
+HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC)          += sys/eventfd.h sys/fsuid.h \
 	sys/inotify.h \
 	sys/kdaemon.h \
 	sys/perm.h \


More information about the uClibc-cvs mailing list