diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 00:55:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 00:55:49 +0000 |
commit | 34a075bea344baf8a2b1c985d5a5189b64ed0e36 (patch) | |
tree | fcaf2fefc4bc2352084ce5b3a0639417424670bd /nptl | |
parent | 9cfd817252c721e049fd26efb5c150208accc81c (diff) | |
download | glibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.zip glibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.tar.gz glibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.tar.bz2 |
Update.
* sysdeps/generic/sigpause.c: Define all functions as weak.
* sysdeps/posix/sigpause.c: Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a28e63a..6dea293 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2002-12-10 Ulrich Drepper <drepper@redhat.com> + * init.c (__pthread_initialize_minimal): Remove unneccesary + sigaddset call. + * Makefile (tests): We can run tst-locale2 now. 2002-12-09 Ulrich Drepper <drepper@redhat.com> |