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]

Community source repository for glibc add-on ports branch, release/2.11/master, updated. glibc-2.11.3-7-g4a6c0f3


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 "Community source repository for glibc add-on ports".

The branch, release/2.11/master has been updated
       via  4a6c0f3a8c8219e2872239c4172cd1ebe1f255ee (commit)
      from  5cd990712f149cfde01c24fa96a8f918142ae588 (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-ports.git;a=commitdiff;h=4a6c0f3a8c8219e2872239c4172cd1ebe1f255ee

commit 4a6c0f3a8c8219e2872239c4172cd1ebe1f255ee
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Sep 6 14:04:08 2011 +0000

    Fix statfs64/fstatfs64 for MIPS n64.
    (cherry picked from commit c26e391dd3e01362f7c6ce575273f30580793ab3)

diff --git a/ChangeLog.mips b/ChangeLog.mips
index d71b1b8..38259d9 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,11 @@
+2011-09-06  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #13109]
+	* sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (fstatfs)
+	(statfs): New.
+	* sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c,
+	sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c: New.
+
 2011-01-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/bits/mman.h (MADV_HUGEPAGE,
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c
new file mode 100644
index 0000000..6e25b02
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c
@@ -0,0 +1 @@
+/* Empty.  */
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c
new file mode 100644
index 0000000..6e25b02
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c
@@ -0,0 +1 @@
+/* Empty.  */
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list b/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
new file mode 100644
index 0000000..f2a2117
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
@@ -0,0 +1,4 @@
+# File name	Caller	Syscall name	# args	Strong name	Weak names
+
+fstatfs		-	fstatfs		i:ip	__fstatfs	fstatfs fstatfs64 __fstatfs64
+statfs		-	statfs		i:sp	__statfs	statfs statfs64 __statfs64

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

Summary of changes:
 ChangeLog.mips                                     |    8 ++++++++
 .../oldgetrlimit.c => mips/mips64/n64/fstatfs64.c} |    0
 .../oldgetrlimit.c => mips/mips64/n64/statfs64.c}  |    0
 .../unix/sysv/linux/mips/mips64/n64/syscalls.list  |    4 ++++
 4 files changed, 12 insertions(+), 0 deletions(-)
 copy sysdeps/unix/sysv/linux/{arm/eabi/oldgetrlimit.c => mips/mips64/n64/fstatfs64.c} (100%)
 copy sysdeps/unix/sysv/linux/{arm/eabi/oldgetrlimit.c => mips/mips64/n64/statfs64.c} (100%)
 create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]