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. --- libio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/Makefile b/libio/Makefile index 604f4196b3..a1d1741c95 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -22,7 +22,7 @@ subdir := libio include ../Makeconfig -headers := stdio.h libio.h _G_config.h bits/stdio.h bits/stdio-lock.h \ +headers := stdio.h libio.h _G_config.h bits/stdio.h \ bits/sys_errlist.h bits/stdio2.h bits/stdio-ldbl.h bits/libio-ldbl.h routines := \ -- cgit 1.4.1