summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:55:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-15 15:55:31 +0000
commitfd3d1f95c064938e5beea8d502b77b44fdb4fcb6 (patch)
tree05120f4fcab96a1c78d02f1739e38b30a45044a9 /Makefile.in
parenta948c819f8aed4817317055c68ea97d4f940ed29 (diff)
downloaduClibc-alpine-fd3d1f95c064938e5beea8d502b77b44fdb4fcb6.tar.bz2
uClibc-alpine-fd3d1f95c064938e5beea8d502b77b44fdb4fcb6.tar.xz
- Remove linux-specific prototypes if asked to. (r24051 from trunk)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b115eb2b5..174daca00 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -315,7 +315,13 @@ ifneq ($(UCLIBC_LINUX_SPECIFIC),y)
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/inotify.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/perm.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/personality.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/prctl.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/reboot.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/sendfile.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/fsuid.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/signalfd.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/swap.h
+ $(RM) $(PREFIX)$(DEVEL_PREFIX)include/sys/sysctl.h
endif
ifneq ($(UCLIBC_SV4_DEPRECATED),y)
# Remove ustat.h since deprecated SV4 support was disabled upon request