]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.
authorJohn David Anglin <danglin@gcc.gnu.org>
Fri, 13 Nov 2020 16:42:11 +0000 (16:42 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 13 Nov 2020 16:42:11 +0000 (16:42 +0000)
sysdeps/unix/sysv/linux/hppa/bits/fcntl.h

index 294d3b5191ac992be0c3dd35cb60c0f35b8b4be8..47686099a7798b01d7e76eee6f8d05209d753d15 100644 (file)
 #define O_EXCL         00002000 /* not fcntl */
 #define O_NOCTTY       00400000 /* not fcntl */
 #define O_APPEND       00000010
-#define O_NONBLOCK     00200004 /* HPUX has separate NDELAY & NONBLOCK */
+#define O_NONBLOCK     00200000
 #define __O_DSYNC      01000000
-#define __O_RSYNC      02000000 /* HPUX only */
 #define __O_SYNC       00100000
 #define O_SYNC         (__O_SYNC|__O_DSYNC)
 
-#define O_BLKSEEK      00000100 /* HPUX only */
-
 #define __O_DIRECTORY  000010000 /* Must be a directory.  */
 #define __O_NOFOLLOW   000000200 /* Do not follow links.  */
 #define __O_CLOEXEC    010000000 /* Set close_on_exec.  */