aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-06 07:13:01 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-06 07:13:01 +0000
commit49400d0eab567bb18905869ae7d36915376dc936 (patch)
tree8bababc6421578eb60bc1ec6d7b38bf3244c9e4c
parent92f6b65e0a5baf15c7bcd53908fb0cd639e582cd (diff)
downloadglibc-49400d0eab567bb18905869ae7d36915376dc936.zip
glibc-49400d0eab567bb18905869ae7d36915376dc936.tar.gz
glibc-49400d0eab567bb18905869ae7d36915376dc936.tar.bz2
Update.
2003-03-05 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix reversed __builtin_expect expectation.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d41eba..b54d75e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-05 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Fix
+ reversed __builtin_expect expectation.
+
2003-03-05 Roland McGrath <roland@redhat.com>
* stdio-common/sscanf.c: Use prototype defn with ... syntax.