diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-10-30 21:57:39 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-02 16:49:04 +0100 |
commit | 04df27ce9847a2ce7d1104732cc497d4e6f02d89 (patch) | |
tree | 8bb6f2b37f4f99c9fc8ea07b2e3a67f4e9495c59 /Makefile.in | |
parent | 3c331f45196eaea2548aea095cebf1a8dcfac087 (diff) |
stubs: handle linux-specific
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 75965aeac..c6db435b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -270,7 +270,10 @@ 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 sys/inotify.h sys/perm.h \ +HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/fsuid.h \ + sys/inotify.h \ + sys/kdaemon.h \ + sys/perm.h \ sys/personality.h \ sys/prctl.h \ sys/reboot.h \ @@ -281,6 +284,7 @@ HEADERS_RM-$(UCLIBC_LINUX_SPECIFIC) += sys/fsuid.h sys/inotify.h sys/pe sys/swap.h \ sys/sysctl.h \ sys/sysinfo.h \ + sys/timerfd.h \ sys/vfs.h HEADERS_RM-$(UCLIBC_SUPPORT_AI_ADDRCONFIG) += ifaddrs.h HEADERS_RM-$(UCLIBC_SV4_DEPRECATED) += ustat.h sys/ustat.h bits/ustat.h |