Fix statfs64/fstatfs64 for MIPS n64.

This commit is contained in:
Joseph Myers 2011-09-06 14:04:08 +00:00
parent 978f13ef73
commit c26e391dd3
4 changed files with 13 additions and 0 deletions

View File

@ -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-08-02 Matt Turner <mattst88@gmail.com>
* sysdeps/mips/bits/atomic.h: Workaround R10K ll/sc errata.

View File

@ -0,0 +1 @@
/* Empty. */

View File

@ -0,0 +1 @@
/* Empty. */

View File

@ -5,3 +5,6 @@ sync_file_range - sync_file_range Ci: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