summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-02 01:42:51 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-02 01:42:51 +0000
commit49c57df050e0aeb573425f258d8ad3f504f43f01 (patch)
tree435e29d19672fbf5200575201d58182650013d3f /Makefile.in
parent83b530eb6b7111486156fc5286a7f40742aeb2d0 (diff)
replace bits/syscalls.h with a comment ... an empty file makes people think this is a bug rather than by design
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d61847f4..dc4b66f1d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -116,8 +116,7 @@ install_headers:
rm -f tar_exclude
printf '#ifndef _LIBC_INTERNAL_H\n#define _LIBC_INTERNAL_H 1\n#endif\n' > \
$(PREFIX)$(DEVEL_PREFIX)include/libc-internal.h
- # Don't export _syscall#() macros anymore; they're not portable
- echo > $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
+ echo '/* Dont use _syscall#() macros; use the syscall() function */' > $(PREFIX)$(DEVEL_PREFIX)include/bits/syscalls.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/_lfs_64.h
$(RM) $(PREFIX)$(DEVEL_PREFIX)include/bits/uClibc_uintmaxtostr.h