mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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.
This commit is contained in:
parent
872873d48d
commit
5b55d23611
@ -1,3 +1,8 @@
|
||||
2009-11-03 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
|
||||
readahead.
|
||||
|
||||
2009-11-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user