[git commit nptl] do not install bits/syscalls-common.h

Mike Frysinger vapier at gentoo.org
Wed Aug 19 11:29:41 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=0a8bbca9355777a523293527a9870be05080e594
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Since we stub out the installed bits/syscalls.h, the installed
bits/syscalls-common.h header is completely useless.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index ec1c384..945de11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,6 +209,7 @@ HEADERS_RM- := \
 	bits/kernel_sigaction.h \
 	bits/kernel_stat.h \
 	bits/kernel_types.h \
+	bits/syscalls-common.h \
 	bits/utmpx.h \
 	bits/uClibc_errno.h \
 	bits/uClibc_uintmaxtostr.h \
-- 
1.6.3.3



More information about the uClibc-cvs mailing list