diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 09:55:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-20 09:55:44 +0000 |
commit | ef2bb4137e97a58204964299c2566b37705b7179 (patch) | |
tree | 3f1e0104b6c8dcb0bf4810519b20be063ddf5b95 /nptl/ChangeLog | |
parent | 3a7fd2f921c0581f7783703d02d599ab2d133893 (diff) | |
download | glibc-ef2bb4137e97a58204964299c2566b37705b7179.tar.gz glibc-ef2bb4137e97a58204964299c2566b37705b7179.tar.xz glibc-ef2bb4137e97a58204964299c2566b37705b7179.zip |
Update. cvs/fedora-glibc-20041120T0949
* signal/signal.h: Add nonnull attributes.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 214e2efb18..575520c02f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2004-11-20 Jakub Jelinek <jakub@redhat.com> + * pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE. + * pthread_cancel.c (pthread_create): Likewise. + * Makefile (libpthread-routines): Add vars. * sysdeps/pthread/createthread.c (__pthread_multiple_threads): Remove. * init.c (__default_stacksize, __is_smp): Remove. |