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
|
getpriority - getpriority 2 __getpriority getpriority
|
||||||
mmap - mmap 6 __mmap mmap
|
mmap - mmap 6 __mmap mmap
|
||||||
llseek EXTRA lseek 3 llseek
|
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:
|
# these are actually common with the x86:
|
||||||
fstatfs - fstatfs 2 __fstatfs fstatfs
|
fstatfs - fstatfs 2 __fstatfs fstatfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user