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 /ChangeLog | |
parent | 872873d48d5d96879a2dd8c249e688e73a5dd554 (diff) | |
download | glibc-5b55d23611e939340d658f42212c474c8188053e.zip glibc-5b55d23611e939340d658f42212c474c8188053e.tar.gz glibc-5b55d23611e939340d658f42212c474c8188053e.tar.bz2 |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |