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.13/master, updated. glibc-2.13-6-gcc694b0


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.13/master has been updated
       via  cc694b0efe2c12467e3bd1d373ed5457dea98426 (commit)
      from  4f32a56ebbf9936a4990f1bcdeab7afcec8f5322 (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=cc694b0efe2c12467e3bd1d373ed5457dea98426

commit cc694b0efe2c12467e3bd1d373ed5457dea98426
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 bdb641e..9005259 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-04-01  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add
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
index 2404709..bb0bba6 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
@@ -5,3 +5,6 @@ sync_file_range	-	sync_file_range	i:iiii	sync_file_range
 prlimit		EXTRA	prlimit64	i:iipp	prlimit		prlimit64
 
 fanotify_mark	EXTRA	fanotify_mark	i:iiiis	fanotify_mark
+
+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  |    3 +++
 4 files changed, 11 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%)


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]