aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-27 04:12:53 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-27 04:12:53 +0000
commitb1531183c5796e3be5aa193e294970ec3fac7d30 (patch)
tree7c0b0d3f4b0320fa759e786ee189a231abae64b6 /nptl/ChangeLog
parentd4a763f9225a0e89bd7815e9d3766ce9507566fb (diff)
downloadglibc-b1531183c5796e3be5aa193e294970ec3fac7d30.tar
glibc-b1531183c5796e3be5aa193e294970ec3fac7d30.tar.gz
glibc-b1531183c5796e3be5aa193e294970ec3fac7d30.tar.bz2
glibc-b1531183c5796e3be5aa193e294970ec3fac7d30.zip
Update.
2003-02-26 Ulrich Drepper <drepper@redhat.com> * init.c (__pthread_initialize_minimal_internal): Set GL(dl_error_catch_tsd) to __libc_dl_error_tsd. * Versions (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d8ccec38a2..b18f483726 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-26 Ulrich Drepper <drepper@redhat.com>
+
+ * init.c (__pthread_initialize_minimal_internal): Set
+ GL(dl_error_catch_tsd) to __libc_dl_error_tsd.
+ * Versions (libc:GLIBC_PRIVATE): Export __libc_dl_error_tsd.
+
2003-02-24 Ulrich Drepper <drepper@redhat.com>
* sem_open.c (sem_open): Fix handling of O_CREAT without O_EXCL.