mirror of git://sourceware.org/git/glibc.git
Add xxx64 alias for fstatfs, statfs, getrlimit, setrlimit, ftruncate
and truncate.
This commit is contained in:
parent
2988b6bbfb
commit
77d5a2df47
|
@ -23,10 +23,14 @@ mmap - mmap 6 __mmap mmap
|
||||||
llseek EXTRA lseek 3 __llseek llseek lseek64
|
llseek EXTRA lseek 3 __llseek llseek lseek64
|
||||||
pread EXTRA pread 4 __pread pread __pread64 pread64
|
pread EXTRA pread 4 __pread pread __pread64 pread64
|
||||||
pwrite EXTRA pwrite 4 __pwrite pwrite __pwrite64 pwrite64
|
pwrite EXTRA pwrite 4 __pwrite pwrite __pwrite64 pwrite64
|
||||||
|
fstatfs - fstatfs 2 __fstatfs fstatfs fstatfs64
|
||||||
|
statfs - statfs 2 __statfs statfs statfs64
|
||||||
|
getrlimit - getrlimit 2 getrlimit getrlimit64
|
||||||
|
setrlimit - setrlimit 2 setrlimit setrlimit64
|
||||||
|
ftruncate - ftruncate 2 ftruncate ftruncate64
|
||||||
|
truncate - truncate 2 truncate truncate64
|
||||||
|
|
||||||
# these are actually common with the x86:
|
# these are actually common with the x86:
|
||||||
fstatfs - fstatfs 2 __fstatfs fstatfs
|
|
||||||
statfs - statfs 2 __statfs statfs
|
|
||||||
sys_ustat ustat ustat 2 __syscall_ustat
|
sys_ustat ustat ustat 2 __syscall_ustat
|
||||||
sys_mknod xmknod mknod 3 __syscall_mknod
|
sys_mknod xmknod mknod 3 __syscall_mknod
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue