]> Git Repo - uclibc-ng.git/commitdiff
replace bits/syscalls.h with a comment ... an empty file makes people think this...
authorMike Frysinger <[email protected]>
Fri, 2 Feb 2007 01:42:51 +0000 (01:42 -0000)
committerMike Frysinger <[email protected]>
Fri, 2 Feb 2007 01:42:51 +0000 (01:42 -0000)
Makefile.in

index 8d61847f472c9e5002eb690d6eb216b39b7ac82e..dc4b66f1d3026e079003e090b6cba0fb10a5c442 100644 (file)
@@ -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
This page took 0.027115 seconds and 4 git commands to generate.