aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-17 17:38:58 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-17 17:38:58 -0800
commit7eb20457ff3d80cc81d54204ffd2c9edaf991905 (patch)
tree8207073b475156293155accf6cc7804ff1a0f3eb /sys/linux/port/arch/constants.h
parent8d60b38fbe778de30c3a1751b35d8e366882cd01 (diff)
automated platform specific code parsing
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