From 7eb20457ff3d80cc81d54204ffd2c9edaf991905 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 17 Nov 2021 17:38:58 -0800 Subject: automated platform specific code parsing --- sys/linux/port/arch/constants.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'sys/linux/port/arch/constants.h') 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 -- cgit v1.2.1