diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-12 12:54:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-12 12:54:29 +0000 |
commit | 240213734c25909288401d4d0bac75802f6b0cfe (patch) | |
tree | bfd0f39e2399778613e9f0af9496cbe8ae81db74 /nptl/ChangeLog | |
parent | be180f6f3b27fd0a7701858be27591a9b6e7d9a9 (diff) | |
download | glibc-240213734c25909288401d4d0bac75802f6b0cfe.tar glibc-240213734c25909288401d4d0bac75802f6b0cfe.tar.gz glibc-240213734c25909288401d4d0bac75802f6b0cfe.tar.bz2 glibc-240213734c25909288401d4d0bac75802f6b0cfe.zip |
* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use asm operand with
"m" constraint to refer to __libc_locking_needed. Declare it here.
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 245fa94bd9..322b09cc29 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2002-12-12 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Use asm operand with + "m" constraint to refer to __libc_locking_needed. Declare it here. + 2002-12-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/fork-gen.c: Renamed to... |