diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 06:30:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 06:30:48 +0000 |
commit | 5a9339d5bb8bdffa8f91099430ec518ec98027de (patch) | |
tree | c4b913599ac1738b2b3874ef02fcad093fef1190 /ChangeLog | |
parent | da23829807c8e5f4c5a179a3fa693250f9d7f6c1 (diff) | |
download | glibc-5a9339d5bb8bdffa8f91099430ec518ec98027de.tar.gz glibc-5a9339d5bb8bdffa8f91099430ec518ec98027de.tar.xz glibc-5a9339d5bb8bdffa8f91099430ec518ec98027de.zip |
Update.
* conform/conformtest.pl: Define $mustprepend{"signal.h"}. * conform/data/signal.h-data: Fix sigev_notify_function entry. Fix typo (SIGVALRM -> SIGVTALRM). * sysdeps/unix/sysv/linux/bits/siginfo.h: Define sigev_notify_attr with real type. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5f0f7280ce..0b175d6446 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,18 @@ 2001-01-26 Ulrich Drepper <drepper@redhat.com> + * conform/conformtest.pl: Define $mustprepend{"signal.h"}. + * conform/data/signal.h-data: Fix sigev_notify_function entry. + Fix typo (SIGVALRM -> SIGVTALRM). + * sysdeps/unix/sysv/linux/bits/siginfo.h: Define sigev_notify_attr + with real type. + * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise. + * conform/conformtest.pl: Implement optional-element. Define $mustprepend{"sched.h"}. - * conform/data/sched.h-data: Make sporadic scheduler definitions optional. |