This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-206-g625cd00


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  625cd00f22f9c4b32b266af809c78bca0ec264fb (commit)
      from  acf0cb6f249a051cf342784d4bca9558b3d1b651 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=625cd00f22f9c4b32b266af809c78bca0ec264fb

commit 625cd00f22f9c4b32b266af809c78bca0ec264fb
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Sep 3 20:25:55 2015 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index bd2152e..a911d6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
 
+	* Makefile (headers): Remove bits/libc-lock.h.
+	* libio/Makefile (headers): Remove bits/stdio-lock.h.
+
 	* libio/libio.h [_IO_MTSAFE_IO]: Remove include of
 	<bits/stdio-lock.h> and commented-out include of <comthread.h>.
 	* include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
diff --git a/Makefile b/Makefile
index 658ccfa..e07309e 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
diff --git a/libio/Makefile b/libio/Makefile
index 604f419..a1d1741 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	:=							      \

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    3 +++
 Makefile       |    2 +-
 libio/Makefile |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]