diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-25 03:22:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-25 03:22:03 +0000 |
commit | eef4a9f3e1ca45870649c2b133e2097c607770e3 (patch) | |
tree | ee3a4ed68fdb080f8a8469ebf961d9f5de615800 /linuxthreads/ChangeLog | |
parent | 1775abf061fd7a1868bb7e38fad8cb0a27f443fb (diff) | |
download | glibc-eef4a9f3e1ca45870649c2b133e2097c607770e3.tar glibc-eef4a9f3e1ca45870649c2b133e2097c607770e3.tar.gz glibc-eef4a9f3e1ca45870649c2b133e2097c607770e3.tar.bz2 glibc-eef4a9f3e1ca45870649c2b133e2097c607770e3.zip |
* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation
in librt.
* sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines):
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b2fad82521..952c703804 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-06-20 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Support cancellation + in librt. + 2003-06-21 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Support cancellation @@ -5,7 +10,7 @@ 2003-06-20 Richard Henderson <rth@redhat.com> - * sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines): + * sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines): Remove ptw-osf_sigprocmask. 2003-06-18 Jakub Jelinek <jakub@redhat.com> |