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-363-g10f6277


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  10f62770e115d9f16a67a974f79fa9b100cf827b (commit)
      from  5f0bdb18942a9749303ebb17ac8d080872557974 (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=10f62770e115d9f16a67a974f79fa9b100cf827b

commit 10f62770e115d9f16a67a974f79fa9b100cf827b
Author: David S. Miller <davem@davemloft.net>
Date:   Tue Mar 13 00:45:34 2012 -0700

    Use correct implementation for dl-fxstatat64 on sparc64.
    
    	* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.

diff --git a/ChangeLog b/ChangeLog
index 906df52..b11f82d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-03-13  David S. Miller  <davem@davemloft.net>
 
+	* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
+
 	* sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
 	'err' in the ifdef scope in which it is actually used.
 
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
new file mode 100644
index 0000000..339e5f4
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
@@ -0,0 +1,6 @@
+/* In this implementation we do not really care whether the call fails
+   because of missing kernel support since we do not even call the
+   function in this case.  */
+#undef __ASSUME_ATFCTS
+#define __ASSUME_ATFCTS 1
+#include "fxstatat.c"

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

Summary of changes:
 ChangeLog                                          |    2 ++
 .../{wordsize-64 => sparc/sparc64}/dl-fxstatat64.c |    0
 2 files changed, 2 insertions(+), 0 deletions(-)
 copy sysdeps/unix/sysv/linux/{wordsize-64 => sparc/sparc64}/dl-fxstatat64.c (100%)


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]