summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-01 07:31:09 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-01 07:31:09 +0000
commitf3be81a91cdd1b42c47e4d8501dd96d0f1666520 (patch)
tree4ad4148cace87d6859d64572be37ee6ba96fc5b8 /nptl/ChangeLog
parent361a3706e1a353d587127eab967a229c20177808 (diff)
* pthread_mutex_init.c (__pthread_mutex_init): Move some
computations to compile time.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 907c1b910a..701b429e7c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-01 Ulrich Drepper <drepper@redhat.com>
+
+ * pthread_mutex_init.c (__pthread_mutex_init): Move some
+ computations to compile time.
+
2006-06-04 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread.h: Add pthread_equal inline version.