diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-04-20 04:31:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-04-20 04:31:12 +0000 |
commit | bfa2612286e765dc52b510fdb753a238f0a1126d (patch) | |
tree | df808248e992d939d520271421a71f4f974eb95f /linuxthreads | |
parent | d3b520289178bbe9c252c0a2784a529b89951945 (diff) | |
download | glibc-bfa2612286e765dc52b510fdb753a238f0a1126d.tar glibc-bfa2612286e765dc52b510fdb753a238f0a1126d.tar.gz glibc-bfa2612286e765dc52b510fdb753a238f0a1126d.tar.bz2 glibc-bfa2612286e765dc52b510fdb753a238f0a1126d.zip |
Update.
2004-04-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
compact code.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1b0f473a1d..998af79630 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2004-04-19 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h (CENABLE): Define + for librt. Save the return value to a safe register. + (CDISABLE): Define for librt. Set the function argument correctly. + 2004-04-18 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h |