svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Thu Feb 1 07:30:38 UTC 2007


Author: vapier
Date: 2007-01-31 23:30:37 -0800 (Wed, 31 Jan 2007)
New Revision: 17696

Log:
drive home the point people should not be using _syscall#() macros

Modified:
   trunk/uClibc/Makefile.in


Changeset:
Modified: trunk/uClibc/Makefile.in
===================================================================
--- trunk/uClibc/Makefile.in	2007-02-01 07:16:04 UTC (rev 17695)
+++ trunk/uClibc/Makefile.in	2007-02-01 07:30:37 UTC (rev 17696)
@@ -116,6 +116,8 @@
 	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



More information about the uClibc-cvs mailing list