aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/port/arch/constants.h')
-rw-r--r--sys/linux/port/arch/constants.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/sys/linux/port/arch/constants.h b/sys/linux/port/arch/constants.h
index dce0489..2b26899 100644
--- a/sys/linux/port/arch/constants.h
+++ b/sys/linux/port/arch/constants.h
@@ -1,11 +1,13 @@
#pragma once
-#define sys·Ocreate 0x40u
-#define sys·Onotty 0x100u
-#define sys·Otrunc 0x200u
-#define sys·Oappend 0x400u
-#define sys·Onoblock 0x800u
-#define sys·Osync 0x1000u
-#define sys·Oasync 0x2000u
-#define sys·Odirectory 0x10000u
-#define sys·Onofollow 0x20000u
+#define sys·OCreate 0x40u
+#define sys·ONotty 0x100u
+#define sys·OTrunc 0x200u
+#define sys·OAppend 0x400u
+#define sys·ONoBlock 0x800u
+#define sys·OSync 0x1000u
+#define sys·OAsync 0x2000u
+#define sys·OLargeFile 0x8000u
+#define sys·ODirectory 0x10000u
+#define sys·ONoFollow 0x20000u
+#define sys·OTmpFile 0x410000u