diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2012-04-08 11:43:01 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-08 16:03:27 -0400 |
commit | 64a410fe9ad84d8e836f39b7a59a0aede84045df (patch) | |
tree | 0265a4d11f4d05186e601f697f6ea9c4a064a275 /Makefile.in | |
parent | b7eefe49d468169958bad4f4f43255d69d45c07e (diff) |
timerfd.h: Use new "bits/" scheme for arch-specific flags
glibc has split off the arch-specific flag definitions (like
TFD_NONBLOCK) into <arch>/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 <cernekee@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |