diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-05 18:53:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-05 18:53:40 +0000 |
commit | a1e56cd10ab85871b744cffddee4f8b543304123 (patch) | |
tree | 6f92b6fcbbd8fb2de9531c277aec429895e13a43 /linuxthreads/ChangeLog | |
parent | be3c40b627f1f39f9e60240c533cc9535a18f172 (diff) | |
download | glibc-a1e56cd10ab85871b744cffddee4f8b543304123.tar glibc-a1e56cd10ab85871b744cffddee4f8b543304123.tar.gz glibc-a1e56cd10ab85871b744cffddee4f8b543304123.tar.bz2 glibc-a1e56cd10ab85871b744cffddee4f8b543304123.zip |
* sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
syntax.
* elf/readlib.c (process_file): Conditionalize check for QMAGIC.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 08084a4639..6d4850b7bd 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,9 +1,21 @@ +2002-09-04 Bruno Haible <bruno@clisp.org> + + * wrapsyscall.c (PROMOTE_INTEGRAL_TYPE): New macro. + (open, open64): Change va_arg argument type to the integral type to + which mode_t promotes. + + * sysdeps/pthread/tst-timer.c (main): Don't assume anything about + the structure of 'struct sigevent'. + + * errno.c (__errno_location, __h_errno_location, __res_state): + Use prototype function definitions. + 2002-07-29 Steven Munroe <sjmunroe@us.ibm.com> * shlib-versions: Set libpthread version to 2.3 for powerpc64. * sysdeps/powerpc/pt-machine.h: moved to... * sysdeps/powerpc/powerpc32/pt-machine.h: ...here - * sysdeps/powerpc/powerpc64/pt-machine.h: New file. + * sysdeps/powerpc/powerpc64/pt-machine.h: New file. 2002-09-02 Roland McGrath <roland@redhat.com> |