mirror of git://sourceware.org/git/glibc.git
Fix F_SETOWN_EX and F_GETOWN_EX definitions for ARM.
This commit is contained in:
parent
52c693bd74
commit
06bda6deb5
|
|
@ -1,3 +1,8 @@
|
||||||
|
2009-11-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN_EX,
|
||||||
|
F_GETOWN_EX): Update values.
|
||||||
|
|
||||||
2009-11-06 Joseph Myers <joseph@codesourcery.com>
|
2009-11-06 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (fallocate): Fix types
|
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (fallocate): Fix types
|
||||||
|
|
|
||||||
|
|
@ -92,8 +92,8 @@
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
# define F_SETSIG 10 /* Set number of signal to be sent. */
|
# define F_SETSIG 10 /* Set number of signal to be sent. */
|
||||||
# define F_GETSIG 11 /* Get 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_SETOWN_EX 15 /* Get owner (thread receiving SIGIO). */
|
||||||
# define F_GETOWN_EX 13 /* Set owner (thread receiving SIGIO). */
|
# define F_GETOWN_EX 16 /* Set owner (thread receiving SIGIO). */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue