summaryrefslogtreecommitdiff
path: root/nt/inc/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/unistd.h')
-rw-r--r--nt/inc/unistd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nt/inc/unistd.h b/nt/inc/unistd.h
index 3fd9289d83..e07c46533f 100644
--- a/nt/inc/unistd.h
+++ b/nt/inc/unistd.h
@@ -27,8 +27,9 @@ extern int faccessat (int, char const *, int, int);
#define AT_EACCESS 4
#define AT_SYMLINK_NOFOLLOW 4096
-#define O_NOCTTY 0
#define O_IGNORE_CTTY 0
+#define O_NOCTTY 0
+#define O_NOFOLLOW 0
/* This is normally on stdlib.h, but we don't override that header. */
extern int unsetenv (const char *);