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.12-245-g16c2895


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  16c2895feabae0962e0eba2b9164c6a83014bfe4 (commit)
      from  2543fef229599e8a6e4feeea65ca2dd3f984154f (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=16c2895feabae0962e0eba2b9164c6a83014bfe4

commit 16c2895feabae0962e0eba2b9164c6a83014bfe4
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Jan 4 12:13:05 2011 -0800

    sparc64: Use i386 implementation for fxstat.
    
    This was simply missed when Jakub converted all of the
    other sparc64 xstat cases.

diff --git a/ChangeLog b/ChangeLog
index 31b8a73..ae890c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
+
+	[BZ #11155]
+	* sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
+	implementation just like for lxstat, fxstatat, et al.
+
 2010-12-27  Jim Meyering  <meyering@redhat.com>
 
 	[BZ #12348]
diff --git a/NEWS b/NEWS
index 3edaf54..d96ad3e 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,10 @@ Version 2.13
 
 * The following bugs are resolved with this release:
 
-  3268, 7066, 10085, 10851, 11149, 11611, 11640, 11655, 11701, 11840, 11856,
-  11883, 11903, 11904, 11968, 11979, 12005, 12037, 12067, 12077, 12078, 12092,
-  12093, 12107, 12108, 12113, 12140, 12159, 12167, 12191, 12194, 12201, 12204,
-  12205, 12207, 12348
+  3268, 7066, 10085, 10851, 11149, 11155, 11611, 11640, 11655, 11701,
+  11840, 11856, 11883, 11903, 11904, 11968, 11979, 12005, 12037,
+  12067, 12077, 12078, 12092, 12093, 12107, 12108, 12113, 12140,
+  12159, 12167, 12191, 12194, 12201, 12204, 12205, 12207, 12348
 
 * New Linux interfaces: prlimit, prlimit64, fanotify_init, fanotify_mark
 
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
index 6b37477..e328ccb 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
@@ -1 +1 @@
-#include "../../fxstat.c"
+#include "../../i386/fxstat.c"

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

Summary of changes:
 ChangeLog                                      |    6 ++++++
 NEWS                                           |    8 ++++----
 sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c |    2 +-
 3 files changed, 11 insertions(+), 5 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]