From 8d60b38fbe778de30c3a1751b35d8e366882cd01 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 17 Nov 2021 10:19:58 -0800 Subject: update: sys --- sys/linux/port/arch/constants.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/linux/port/arch/constants.h (limited to 'sys/linux/port/arch/constants.h') diff --git a/sys/linux/port/arch/constants.h b/sys/linux/port/arch/constants.h new file mode 100644 index 0000000..dce0489 --- /dev/null +++ b/sys/linux/port/arch/constants.h @@ -0,0 +1,11 @@ +#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 -- cgit v1.2.1