diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-01 07:31:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-01 07:31:09 +0000 |
commit | f3be81a91cdd1b42c47e4d8501dd96d0f1666520 (patch) | |
tree | 4ad4148cace87d6859d64572be37ee6ba96fc5b8 /nptl/ChangeLog | |
parent | 361a3706e1a353d587127eab967a229c20177808 (diff) | |
download | glibc-f3be81a91cdd1b42c47e4d8501dd96d0f1666520.zip glibc-f3be81a91cdd1b42c47e4d8501dd96d0f1666520.tar.gz glibc-f3be81a91cdd1b42c47e4d8501dd96d0f1666520.tar.bz2 |
* pthread_mutex_init.c (__pthread_mutex_init): Move some
computations to compile time.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 907c1b9..701b429 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. |