]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Sat, 12 Aug 2000 10:01:20 +0000 (10:01 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 12 Aug 2000 10:01:20 +0000 (10:01 +0000)
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
F_SETLK64, F_SETLKW64): Define with F_GETLK etc.

ChangeLog
linuxthreads/ChangeLog
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
sysdeps/unix/sysv/linux/i386/fcntl.c

index 35b1d1fa49f4fb87ca30251f94c69f69ebb6531a..86410902293260bc79375043d411e59aee58e5c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2000-08-12  Andreas Jaeger  <aj@suse.de>
 
+       * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
+       F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
+
        * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
        mips2 for assembler.
 
index 84f67b87059292370bf7f839b1e625d06f9dbd92..489fbcec0bdb5032f2ede58770b1576ace10029f 100644 (file)
@@ -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
index 7184d08a4a6c939a74aa204c1aa7b845a2922067..2b879dcd8ff46565c11a8a5e408af462267ea4f7 100644 (file)
 #define F_GETLK                7       /* Get record locking info.  */
 #define F_SETLK                8       /* Set record locking info (non-blocking).  */
 #define F_SETLKW       9       /* Set record locking info (blocking).  */
-
-/* XXX missing */
-#define F_GETLK64      7       /* Get record locking info.  */
-#define F_SETLK64      8       /* Set record locking info (non-blocking).  */
-#define F_SETLKW64     9       /* Set record locking info (blocking).  */
+#define F_GETLK64      F_GETLK /* Get record locking info.  */
+#define F_SETLK64      F_SETLK /* Set record locking info (non-blocking).  */
+#define F_SETLKW64     F_SETLKW /* Set record locking info (blocking).  */
 
 #if defined __USE_BSD || defined __USE_XOPEN2K
 # define F_SETOWN      5       /* Get owner of socket (receiver of SIGIO).  */
index dbd47f5847cc9c2edcea9ac601bb67b69f5e49cf..962249a8551e1d6c3c17a8ac412f30e7c8f311d9 100644 (file)
@@ -27,7 +27,7 @@
 
 #if __ASSUME_FCNTL64 == 0
 /* This variable is shared with all files that check for fcntl64.  */
-static int __have_no_fcntl64;
+int __have_no_fcntl64;
 #endif
 
 int
This page took 0.060215 seconds and 5 git commands to generate.