aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
blob: 2b26899951871e3c97907d78f33c14884939ef36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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·OLargeFile  0x8000u
#define sys·ODirectory  0x10000u
#define sys·ONoFollow   0x20000u
#define sys·OTmpFile    0x410000u