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.15-422-g7e7fa5f


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  7e7fa5f8719c0a497f4b262e6fb5625c13b6c22e (commit)
      from  374976dd138bd4d74608d5658c84c0e257716d0b (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=7e7fa5f8719c0a497f4b262e6fb5625c13b6c22e

commit 7e7fa5f8719c0a497f4b262e6fb5625c13b6c22e
Author: David S. Miller <davem@davemloft.net>
Date:   Fri Mar 16 20:40:54 2012 -0700

    Fix libc-lowlevellock.c sysdep finding more generically.
    
    nptl/
    
    	[BZ #13844]
    	* sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using <..>
    	instead of "...".
    	* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c:
    	Delete, not needed.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 700fb72..7c6005b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2012-03-16  David S. Miller  <davem@davemloft.net>
+
+	[BZ #13844]
+	* sysdeps/unix/sysv/linux/libc-lowlevellock.c: Include using <..>
+	instead of "...".
+	* sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c:
+	Delete, not needed.
+
 2012-03-15  David S. Miller  <davem@davemloft.net>
 
 	[BZ #13844]
diff --git a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
index 28672a6..4883765 100644
--- a/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
+++ b/nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
@@ -17,4 +17,4 @@
    <http://www.gnu.org/licenses/>.  */
 
 /* No difference to lowlevellock.c, except we lose a couple of functions.  */
-#include "lowlevellock.c"
+#include <lowlevellock.c>
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c b/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
deleted file mode 100644
index 61296a4..0000000
--- a/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "lowlevellock.c"

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

Summary of changes:
 nptl/ChangeLog                                     |    8 ++++++++
 nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c   |    2 +-
 .../sysv/linux/sparc/sparc32/libc-lowlevellock.c   |    1 -
 3 files changed, 9 insertions(+), 2 deletions(-)
 delete mode 100644 nptl/sysdeps/unix/sysv/linux/sparc/sparc32/libc-lowlevellock.c


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]