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, release/2.11/master, updated. glibc-2.11.3-62-g448f6a4


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, release/2.11/master has been updated
       via  448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742 (commit)
      from  78856c5c73f74d2a850da0a62393dca9dd5a2df4 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742

commit 448f6a4dfbdc9c9e2b410f5ea52e51b0667ee742
Author: Roland McGrath <mcgrathr@chromium.org>
Date:   Wed Aug 31 13:13:24 2011 -0700

    Revert "Install bits/timex.h header."
    
    This reverts commit c81fb726d822c5c5296c21c9d47c323ce14aa723.
    
    Conflicts:
    
    	ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 0f2a92b..84def3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -139,11 +139,6 @@
 	Maintain aligned stack.
 	(CHECK_RSP): Remove unused macro.
 
-2011-04-01  Andreas Schwab  <schwab@redhat.com>
-
-	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
-	bits/timex.h
-
 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #12583]
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 803d9ee..cee5d29 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d
 endif
 
 ifeq ($(subdir),time)
-sysdep_headers += sys/timex.h bits/timex.h
+sysdep_headers += sys/timex.h
 
 sysdep_routines += ntp_gettime
 endif

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

Summary of changes:
 ChangeLog                        |    5 -----
 sysdeps/unix/sysv/linux/Makefile |    2 +-
 2 files changed, 1 insertions(+), 6 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]