diff options
author | Roland McGrath <roland@gnu.org> | 2004-04-29 21:55:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-04-29 21:55:45 +0000 |
commit | 6f0b2e1f0fd3f2ce5a983c2e768619bb2739d8dd (patch) | |
tree | 89c8f1da730e421c3ceef3258f85d8144a3f1a1c /linuxthreads/ChangeLog | |
parent | 420a2f8b8dfe796e5f38da1e233ee99be6ec028f (diff) | |
download | glibc-6f0b2e1f0fd3f2ce5a983c2e768619bb2739d8dd.zip glibc-6f0b2e1f0fd3f2ce5a983c2e768619bb2739d8dd.tar.gz glibc-6f0b2e1f0fd3f2ce5a983c2e768619bb2739d8dd.tar.bz2 |
[BZ #130, BZ #131]
2004-04-28 Carlos O'Donell <carlos@baldric.uwo.ca>
* sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
* sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
* sysdeps/unix/sysv/linux/mq_open.c: Likewise.
* sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
* sysdeps/unix/sysv/linux/mq_send.c: Likewise.
* manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
prototypes and description [BZ #131].
* string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
Patch by Ed Catmur <ed@catmur.co.uk>.
* string/tst-inlcall.c (main): Add test for strpbrk.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 48e31cb..d506b0a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-04-28 Jakub Jelinek <jakub@redhat.com> + + * semaphore.c (sem_timedwait): Return -1 and set errno instead of + returning error number [BZ #133]. Patch by <rmhaddad@yahoo.com>. + 2004-04-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp> * sysdeps/unix/sysv/linux/sh/vfork.S: Fix wrong function pointer |