mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Define F_SETOWN_EX and F_GETOWN_EX for ARM.
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define F_SETOWN_EX and F_GETOWN_EX.
This commit is contained in:
parent
f1297d79b2
commit
4ba089f88e
@ -1,3 +1,8 @@
|
||||
2009-10-03 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Define F_SETOWN_EX and
|
||||
F_GETOWN_EX.
|
||||
|
||||
2009-08-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/arm/____longjmp_chk.S: Remove. Replaced by....
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* O_*, F_*, FD_* bit values for Linux.
|
||||
Copyright (C) 1995-1998, 2000, 2004, 2006, 2007
|
||||
Copyright (C) 1995-1998, 2000, 2004, 2006, 2007, 2009
|
||||
Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
@ -85,13 +85,15 @@
|
||||
#define F_SETLKW64 14 /* Set record locking info (blocking). */
|
||||
|
||||
#if defined __USE_BSD || defined __USE_UNIX98
|
||||
# define F_SETOWN 8 /* Get owner of socket (receiver of SIGIO). */
|
||||
# define F_GETOWN 9 /* Set owner of socket (receiver of SIGIO). */
|
||||
# define F_SETOWN 8 /* Get owner (process receiving SIGIO). */
|
||||
# define F_GETOWN 9 /* Set owner (process receiving SIGIO). */
|
||||
#endif
|
||||
|
||||
#ifdef __USE_GNU
|
||||
# define F_SETSIG 10 /* Set number of signal to be sent. */
|
||||
# define F_GETSIG 11 /* Get number of signal to be sent. */
|
||||
# define F_SETOWN_EX 12 /* Get owner (thread receiving SIGIO). */
|
||||
# define F_GETOWN_EX 13 /* Set owner (thread receiving SIGIO). */
|
||||
#endif
|
||||
|
||||
#ifdef __USE_GNU
|
||||
|
Loading…
Reference in New Issue
Block a user