|
@@ -8,7 +8,7 @@
|
|
#ifndef HPPA_TARGET_FCNTL_H
|
|
#ifndef HPPA_TARGET_FCNTL_H
|
|
#define HPPA_TARGET_FCNTL_H
|
|
#define HPPA_TARGET_FCNTL_H
|
|
|
|
|
|
-#define TARGET_O_NONBLOCK 000200004 /* HPUX has separate NDELAY & NONBLOCK */
|
|
|
|
|
|
+#define TARGET_O_NONBLOCK 000200000
|
|
#define TARGET_O_APPEND 000000010
|
|
#define TARGET_O_APPEND 000000010
|
|
#define TARGET_O_CREAT 000000400 /* not fcntl */
|
|
#define TARGET_O_CREAT 000000400 /* not fcntl */
|
|
#define TARGET_O_EXCL 000002000 /* not fcntl */
|
|
#define TARGET_O_EXCL 000002000 /* not fcntl */
|