diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 23:43:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-04 23:43:40 +0000 |
commit | c28422b575d8399fc3d5ce8e50cbde83c58b647c (patch) | |
tree | 4c6a40e643fb0b1efed9ece8dc153e771f0bc51f /nptl/ChangeLog | |
parent | 9378784537d0a4cd4e630aa360d0ae838dfcf500 (diff) | |
download | glibc-c28422b575d8399fc3d5ce8e50cbde83c58b647c.tar glibc-c28422b575d8399fc3d5ce8e50cbde83c58b647c.tar.gz glibc-c28422b575d8399fc3d5ce8e50cbde83c58b647c.tar.bz2 glibc-c28422b575d8399fc3d5ce8e50cbde83c58b647c.zip |
Update.
2003-11-04 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/bits/stdio-lock.h: Use lll_*lock instead of
lll_mutex_*lock macros to skip atomic operations on some archs.
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 beb3212529..9e52682111 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-11-04 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/bits/stdio-lock.h: Use lll_*lock instead of + lll_mutex_*lock macros to skip atomic operations on some archs. + 2003-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/tst-timer.c (main): Initialize |