summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-26 04:26:13 +0000
committerRoland McGrath <roland@gnu.org>2005-04-26 04:26:13 +0000
commitb34cbd1428405d1c64b071364bc90fe064b8b0c9 (patch)
treeb8ab1a9852b47852641e2de9e97c5f7d63a6cb60 /ChangeLog
parent5949daa081392aa2a250aa5064b715e97aa9acb8 (diff)
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
(INTERNAL_SYSCALL_ERROR_P): Fix typo in last change. * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed. * elf/dl-load.c: Revert last change.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab23fb40de..c8dd4734db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-25 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
+ (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
+
+ * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
+
+ * elf/dl-load.c: Revert last change.
+
2005-04-24 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfscanf.c: Fix parsing of decimal point after +-.