diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-12 10:01:20 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-12 10:01:20 +0000 |
commit | facd11c28e11834052d048c603dac4c99ab2aeaa (patch) | |
tree | 8021819fd1f004ea500b0000989ecba7ab485827 /linuxthreads | |
parent | e762517de285049715f8a5ff53a760bd7e33fe15 (diff) | |
download | glibc-facd11c28e11834052d048c603dac4c99ab2aeaa.tar.gz glibc-facd11c28e11834052d048c603dac4c99ab2aeaa.tar.xz glibc-facd11c28e11834052d048c603dac4c99ab2aeaa.zip |
Update.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64, F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 84f67b8705..489fbcec0b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-08-12 Andreas Jaeger <aj@suse.de> + + * sysdeps/mips/pt-machine.h (testandset): Add .set mips2 for + assembler. + (__compare_and_swap): Likewise. + * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise. + 2000-08-10 Ulrich Drepper <drepper@redhat.com> * pthread.c (__pthread_initial_thread): Initialize p_errnop and |