diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-21 07:39:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-21 07:39:20 +0000 |
commit | e7608d778994e0236b2fe66ec70bb0c5a0aa0282 (patch) | |
tree | d2156ad08ad4e71afe0e74b9245c0ded5ef0718e /ChangeLog | |
parent | a4faf24354ee98ef226a9012f2835cd771380882 (diff) | |
download | glibc-e7608d778994e0236b2fe66ec70bb0c5a0aa0282.tar.gz glibc-e7608d778994e0236b2fe66ec70bb0c5a0aa0282.tar.xz glibc-e7608d778994e0236b2fe66ec70bb0c5a0aa0282.zip |
Update.
2003-04-21 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for SIGCANCEL. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL. * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL. * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL. first syscall parameter to const char*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5c6557ff9a..be3a26c909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ +2003-04-21 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/sigprocmask.c: Prevent changing mask for + SIGCANCEL. + * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Define SI_TKILL. + * sysdeps/unix/sysv/linux/bits/siginfo.h: Define SI_TKILL. + * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Define SI_TKILL. + * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Define SI_TKILL. + * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Define SI_TKILL. + 2003-04-20 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Cast - first syscall parameter to cnst char*. + first syscall parameter to const char*. 2003-04-19 Ulrich Drepper <drepper@redhat.com> |