mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-01 23:40:22 +00:00
Add pread and pwrite with weak aliases for *64 functions.
This commit is contained in:
parent
9cf9670ffb
commit
a1bee79921
@ -21,6 +21,8 @@ getpeername - getpeername 3 __getpeername getpeername
|
||||
getpriority - getpriority 2 __getpriority getpriority
|
||||
mmap - mmap 6 __mmap mmap
|
||||
llseek EXTRA lseek 3 llseek
|
||||
pread EXTRA pread 4 __pread pread __pread64 pread64
|
||||
pwrite EXTRA pwrite 4 __pwrite pwrite __pwrite64 pwrite64
|
||||
|
||||
# these are actually common with the x86:
|
||||
fstatfs - fstatfs 2 __fstatfs fstatfs
|
||||
|
Loading…
Reference in New Issue
Block a user