about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-11 00:55:49 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-11 00:55:49 +0000
commit34a075bea344baf8a2b1c985d5a5189b64ed0e36 (patch)
treefcaf2fefc4bc2352084ce5b3a0639417424670bd /nptl
parent9cfd817252c721e049fd26efb5c150208accc81c (diff)
downloadglibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.tar.gz
glibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.tar.xz
glibc-34a075bea344baf8a2b1c985d5a5189b64ed0e36.zip
Update.
	* sysdeps/generic/sigpause.c: Define all functions as weak.
	* sysdeps/posix/sigpause.c: Likewise.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a28e63a2c2..6dea2933e2 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>