summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-11-03 14:06:55 +0100
committerAndreas Schwab <schwab@redhat.com>2009-11-05 11:30:39 +0100
commitbf88d9cb9f9f82c74334a014bb5fb8592d8e2e1f (patch)
tree1ea3ccb956787c33a31a2ebb5f5e3c9d988aa270 /ChangeLog
parentdcdbf85d97d878dc90f5681124485c1633bc9423 (diff)
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b09c7c7fc..f168e46d27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-03 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
+ readahead.
+
2009-10-30 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump for 2.11 release.