From 64a410fe9ad84d8e836f39b7a59a0aede84045df Mon Sep 17 00:00:00 2001 From: Kevin Cernekee Date: Sun, 8 Apr 2012 11:43:01 -0700 Subject: timerfd.h: Use new "bits/" scheme for arch-specific flags glibc has split off the arch-specific flag definitions (like TFD_NONBLOCK) into /bits/timerfd.h, so that there are no longer multiple redundant copies of the entire header file. We will adopt the same scheme in uClibc. Special cases are included for: alpha mips sparc hppa was omitted because it has not been updated in glibc. All others use the common definition. Signed-off-by: Kevin Cernekee Signed-off-by: Mike Frysinger --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dc92fa14c..be56a1984 100644 --- a/Makefile.in +++ b/Makefile.in @@ -285,6 +285,7 @@ HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/eventfd.h sys/fsuid.h \ sys/swap.h \ sys/sysctl.h \ sys/sysinfo.h \ + bits/timerfd.h \ sys/timerfd.h \ sys/vfs.h HEADERS_RM-$(UCLIBC_SUPPORT_AI_ADDRCONFIG) += ifaddrs.h -- cgit v1.2.3