diff options
author | 2005-02-16 10:16:19 +0000 | |
---|---|---|
committer | 2005-02-16 10:16:19 +0000 | |
commit | 56bd8f225d2bcdfe572a8494c7c94599e2c44061 (patch) | |
tree | 2f17736ba9d88629be13a26ce2d5865b961bcae8 /nptl | |
parent | 2005-01-12 GOTO Masanori <gotom@debian.or.jp> (diff) | |
download | glibc-56bd8f225d2bcdfe572a8494c7c94599e2c44061.tar.xz glibc-56bd8f225d2bcdfe572a8494c7c94599e2c44061.zip |
.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index bc05a6c493..3d0a4b4e1d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-12-27 Ulrich Drepper <drepper@redhat.com> + + [BZ #744] + * init.c (__pthread_initialize_minimal_internal): Use __sigemptyset. + 2004-12-21 Jakub Jelinek <jakub@redhat.com> [BZ #723] |