aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/arch/constants.h
blob: dce04899c44f8ed900afe1cb1eba71b3739a7f1f (plain)
1
2
3
4
5
6
7
8
9
10
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