1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
	F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
This commit is contained in:
Andreas Jaeger
2000-08-12 10:01:20 +00:00
parent e762517de2
commit facd11c28e
4 changed files with 14 additions and 6 deletions

View File

@ -5,6 +5,9 @@
2000-08-12 Andreas Jaeger <aj@suse.de> 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 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
mips2 for assembler. mips2 for assembler.

View 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> 2000-08-10 Ulrich Drepper <drepper@redhat.com>
* pthread.c (__pthread_initial_thread): Initialize p_errnop and * pthread.c (__pthread_initial_thread): Initialize p_errnop and

View File

@ -71,11 +71,9 @@
#define F_GETLK 7 /* Get record locking info. */ #define F_GETLK 7 /* Get record locking info. */
#define F_SETLK 8 /* Set record locking info (non-blocking). */ #define F_SETLK 8 /* Set record locking info (non-blocking). */
#define F_SETLKW 9 /* Set record locking info (blocking). */ #define F_SETLKW 9 /* Set record locking info (blocking). */
#define F_GETLK64 F_GETLK /* Get record locking info. */
/* XXX missing */ #define F_SETLK64 F_SETLK /* Set record locking info (non-blocking). */
#define F_GETLK64 7 /* Get record locking info. */ #define F_SETLKW64 F_SETLKW /* Set record locking info (blocking). */
#define F_SETLK64 8 /* Set record locking info (non-blocking). */
#define F_SETLKW64 9 /* Set record locking info (blocking). */
#if defined __USE_BSD || defined __USE_XOPEN2K #if defined __USE_BSD || defined __USE_XOPEN2K
# define F_SETOWN 5 /* Get owner of socket (receiver of SIGIO). */ # define F_SETOWN 5 /* Get owner of socket (receiver of SIGIO). */

View File

@ -27,7 +27,7 @@
#if __ASSUME_FCNTL64 == 0 #if __ASSUME_FCNTL64 == 0
/* This variable is shared with all files that check for fcntl64. */ /* This variable is shared with all files that check for fcntl64. */
static int __have_no_fcntl64; int __have_no_fcntl64;
#endif #endif
int int