[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r12478 - in /fsf/trunk/libc: ChangeLog NEWS sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c



Author: eglibc
Date: Wed Jan  5 00:03:08 2011
New Revision: 12478

Log:
Import glibc-mainline for 2011-01-05

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/NEWS
    fsf/trunk/libc/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed Jan  5 00:03:08 2011
@@ -1,3 +1,9 @@
+2011-01-04  David S. Miller  <davem@xxxxxxxxxxxxxxxxxxxx>
+
+	[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@xxxxxxxxxx>
 
 	[BZ #12348]

Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Wed Jan  5 00:03:08 2011
@@ -9,10 +9,10 @@
 
 * 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
 

Modified: fsf/trunk/libc/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c
==============================================================================
--- fsf/trunk/libc/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c (original)
+++ fsf/trunk/libc/sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c Wed Jan  5 00:03:08 2011
@@ -1,1 +1,1 @@
-#include "../../fxstat.c"
+#include "../../i386/fxstat.c"