1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Fix F_SETOWN_EX and F_GETOWN_EX definitions.

This commit is contained in:
Ulrich Drepper
2009-11-14 08:28:40 -08:00
parent 24c0bf7a76
commit 8964681064
8 changed files with 31 additions and 20 deletions

View File

@ -99,8 +99,8 @@
#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_GETOWN_EX 12 /* Get owner (thread receiving SIGIO). */
# define F_SETOWN_EX 13 /* Set owner (thread receiving SIGIO). */
# define F_SETOWN_EX 15 /* Set owner (thread receiving SIGIO). */
# define F_GETOWN_EX 16 /* Get owner (thread receiving SIGIO). */
#endif
#ifdef __USE_GNU