diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-01 07:30:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-01 07:30:37 +0000 |
commit | 28f3c7c9130c9a8e796f40fe81745035c774b36a (patch) | |
tree | 3314d4fb60507a0e95c465fade50ba1842a16118 /Makefile.in | |
parent | a01454bb5889e28b5edae4467b6cc580306f45dc (diff) |
drive home the point people should not be using _syscall#() macros
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8313cecb9..8d61847f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,6 +116,8 @@ 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 $(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 |