aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-26 23:46:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-26 23:46:46 +0000
commit11d52c3193215e20d860fa1ae36daa0eb5ca5938 (patch)
tree663212041340997876968e83ba602f0201d5d829 /ChangeLog
parent58e70eb0378fc2c79b9c2415ca3a6c30d1f1350e (diff)
downloadglibc-11d52c3193215e20d860fa1ae36daa0eb5ca5938.tar
glibc-11d52c3193215e20d860fa1ae36daa0eb5ca5938.tar.gz
glibc-11d52c3193215e20d860fa1ae36daa0eb5ca5938.tar.bz2
glibc-11d52c3193215e20d860fa1ae36daa0eb5ca5938.zip
Update.
* sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid no-op padding element. * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. 2003-03-26 GOTO Masanori <gotom@debian.or.jp> * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error condition check for the return value of getgroups32. 2003-03-26 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO): Fix a typo. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Define. * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo. Define to PSEUDO_END. 2003-03-26 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 076fb854e3..af5fa2439f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,29 @@
2003-03-26 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (struct siginfo): Avoid
+ no-op padding element.
+ * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
+ * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
+
+2003-03-26 GOTO Masanori <gotom@debian.or.jp>
+
+ * sysdeps/unix/sysv/linux/i386/getgroups.c: Fix the error
+ condition check for the return value of getgroups32.
+
+2003-03-26 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO_NOERRNO):
+ Fix a typo.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h (PSEUDO_NOERRNO,
+ PSEUDO_END_NOERRNO): Define.
+ * sysdeps/unix/sysdep.h (PSEUDO_END_NOERRNO): Fix a typo.
+ Define to PSEUDO_END.
+
+2003-03-26 Ulrich Drepper <drepper@redhat.com>
+
* abilist/librt.abilist: Add new timer interfaces for 64-bit archs.
2003-03-25 Jiro SEKIBA <jir@yamato.ibm.com>