5b55d23611
Due to alignment of 64bit parameters there is a dummy second argument. But other than that the syscall arguments are directly mapped to the function arguments.
9 lines
345 B
Plaintext
9 lines
345 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
# System calls with wrappers.
|
|
oldgetrlimit EXTRA getrlimit i:ip __old_getrlimit getrlimit@GLIBC_2.0
|
|
oldsetrlimit EXTRA setrlimit i:ip __old_setrlimit setrlimit@GLIBC_2.0
|
|
|
|
# Due to 64bit alignment there is a dummy second parameter
|
|
readahead - readahead i:iiiii __readahead readahead
|