[Glibc-bsd-commits] r5852 - trunk/glibc-ports-2.22/kfreebsd/bits

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Dec 3 14:18:24 UTC 2015


Author: aurel32
Date: 2015-12-03 14:18:24 +0000 (Thu, 03 Dec 2015)
New Revision: 5852

Modified:
   trunk/glibc-ports-2.22/kfreebsd/bits/fcntl.h
Log:
Fix F_GETOWN/F_SETOWN visibility


Modified: trunk/glibc-ports-2.22/kfreebsd/bits/fcntl.h
===================================================================
--- trunk/glibc-ports-2.22/kfreebsd/bits/fcntl.h	2015-12-03 12:00:09 UTC (rev 5851)
+++ trunk/glibc-ports-2.22/kfreebsd/bits/fcntl.h	2015-12-03 14:18:24 UTC (rev 5852)
@@ -155,7 +155,7 @@
 #define F_DUP2FD_CLOEXEC 18	/* Like F_DUP2FD, but FD_CLOEXEC is set */
 #endif
 
-#if defined __USE_MISC || defined __USE_UNIX98
+#if defined __USE_UNIX98 || defined __USE_XOPEN2K8
 # define F_GETOWN	5	/* Get owner of socket (receiver of SIGIO).  */
 # define F_SETOWN	6	/* Set owner of socket (receiver of SIGIO).  */
 #endif




More information about the Glibc-bsd-commits mailing list