From: Andreas Schwab Date: Fri, 6 Nov 2009 17:29:24 +0000 (-0800) Subject: Correct readahead syscall wrapper on powerpc32. X-Git-Tag: glibc-2.11.1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b55d23611e939340d658f42212c474c8188053e;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1a44a6ba444..03efd6c504d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-03 Andreas Schwab + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add + readahead. + 2009-11-03 Jakub Jelinek * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list b/sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list index 82025b48557..1233be671a4 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