From 625cd00f22f9c4b32b266af809c78bca0ec264fb Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 3 Sep 2015 20:25:55 +0000 Subject: Don't install bits/libc-lock.h or bits/stdio-lock.h. The bits/libc-lock.h and bits/stdio-lock.h headers are installed, but not used by any other installed header. Accordingly, this patch stops these headers from being installed. A followup is intended to move these headers out of the bits/ namespace. Tested for x86_64 (testsuite, and that installed stripped shared libraries are unchanged by the patch). * Makefile (headers): Remove bits/libc-lock.h. * libio/Makefile (headers): Remove bits/stdio-lock.h. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 658ccfa037..e07309e7a1 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ endif # $(AUTOCONF) = no subdir_objs subdir_stubs subdir_testclean \ $(addprefix install-, no-libc.a bin lib data headers others) -headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ +headers := limits.h values.h features.h gnu-versions.h \ bits/xopen_lim.h gnu/libc-version.h stdc-predef.h echo-headers: subdir_echo-headers -- cgit v1.2.3