diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-11-06 09:29:24 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-06 09:29:24 -0800 |
commit | 5b55d23611e939340d658f42212c474c8188053e (patch) | |
tree | ea58a1f7113e18fe492cb6c5737147a8f1dcd0f7 /sysdeps | |
parent | 872873d48d5d96879a2dd8c249e688e73a5dd554 (diff) | |
download | glibc-5b55d23611e939340d658f42212c474c8188053e.tar glibc-5b55d23611e939340d658f42212c474c8188053e.tar.gz glibc-5b55d23611e939340d658f42212c474c8188053e.tar.bz2 glibc-5b55d23611e939340d658f42212c474c8188053e.zip |
Correct readahead syscall wrapper on powerpc32.
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list b/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list index 82025b4855..1233be671a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list @@ -3,3 +3,6 @@ # 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 |