]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/bits/fcntl-linux.h
Complete _BSD_SOURCE / _SVID_source followup cleanup.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / bits / fcntl-linux.h
index 0be95955fc984b3506ff2da4a4d626e8aebe67c2..915eb3ede560d3b5ebb23414d6a5555e885ddd5c 100644 (file)
 # define __F_GETOWN    9
 #endif
 
-#if defined __USE_MISC || defined __USE_UNIX98 || defined __USE_XOPEN2K8
+#if defined __USE_UNIX98 || defined __USE_XOPEN2K8
 # define F_SETOWN      __F_SETOWN /* Get owner (process receiving SIGIO).  */
 # define F_GETOWN      __F_GETOWN /* Set owner (process receiving SIGIO).  */
 #endif
@@ -262,7 +262,7 @@ struct f_owner_ex
 # define FASYNC                O_ASYNC
 # define FNONBLOCK     O_NONBLOCK
 # define FNDELAY       O_NDELAY
-#endif /* Use BSD.  */
+#endif /* Use misc.  */
 
 #ifndef __POSIX_FADV_DONTNEED
 #  define __POSIX_FADV_DONTNEED        4