diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-19 19:19:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-19 19:19:11 +0000 |
commit | 0b3df49e8d309149a9fbcd5837e650d3ef054017 (patch) | |
tree | 09d0c2293a9a89f7ecfd207733ca7602ae776750 /nptl | |
parent | 84a420c006bd61cda663c1694da0c734598724d1 (diff) | |
download | glibc-0b3df49e8d309149a9fbcd5837e650d3ef054017.tar.gz |
Update.
2003-04-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/i686/hp-timing.h (HP_TIMING_PRINT): Change type of
__len to size_t to avoid warnings.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2d94b1489d..d7cd8faddb 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2003-04-19 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/unregister-atfork.c + (__unregister_atfork): Don't free memory not allocated dynamically. + + * semaphore.h: Remove __THROW marker from cancellation points. + * nptl/sysdeps/pthread/pthread.h: Likewise. + 2003-04-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h: Don't mark pthread_testcancel, |