alpha: Do the 32/64-bit split on statfs routines.

This commit is contained in:
Richard Henderson 2010-05-05 08:12:11 -07:00
parent 9f99a411e6
commit 7ffd2bd725
9 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,16 @@
2010-05-05 Richard Henderson <rth@redhat.com>
[BZ #1864]
* sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New.
* sysdeps/unix/sysv/linux/alpha/fstatvfs.c: New.
* sysdeps/unix/sysv/linux/alpha/fstatvfs64.c: New.
* sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c: New.
* sysdeps/unix/sysv/linux/alpha/statfs64.c: New.
* sysdeps/unix/sysv/linux/alpha/statvfs.c: New.
* sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
* sysdeps/unix/sysv/linux/alpha/syscalls.list (fstatfs, statfs):
Define without 64-bit aliases.
2010-05-03 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/alpha/memchr.S: Use prefetch load.

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/fstatfs64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/fstatvfs.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/fstatvfs64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/internal_statvfs64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/statfs64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/statvfs.c>

View File

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/statvfs64.c>

View File

@ -53,3 +53,8 @@ osf_setitimer - osf_setitimer 3 __setitimer_tv32 setitimer@GLIBC_2.0
osf_utimes - osf_utimes 2 __utimes_tv32 utimes@GLIBC_2.0
osf_getrusage - osf_getrusage 2 __getrusage_tv32 getrusage@GLIBC_2.0
osf_wait4 - osf_wait4 2 __wait4_tv32 wait4@GLIBC_2.0
# avoid 64-bit aliases on 32-bit statfs syscalls
fstatfs - fstatfs i:ip __fstatfs fstatfs
statfs - statfs i:sp __statfs statfs