mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
b771b17ec9
all: add openbsd support squash of the following commits: * openbsd: add mandatory bits * report: add OpenBSD support * executor: skip building kvm on OpenBSD * executor: add OpenBSD support Linking against libutil is necessary due to usage of openpty(3). * executor: fix typo in fail() message * fixup! report: add OpenBSD support * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! openbsd: add mandatory bits * fixup! report: add OpenBSD support * gometalinter: skip sys/openbsd
46 lines
668 B
Plaintext
46 lines
668 B
Plaintext
# AUTOGENERATED FILE
|
|
AT_FDCWD = 18446744073709551516
|
|
O_APPEND = 8
|
|
O_ASYNC = 64
|
|
O_CLOEXEC = 65536
|
|
O_CREAT = 512
|
|
O_DIRECTORY = 131072
|
|
O_DSYNC = 128
|
|
O_EXCL = 2048
|
|
O_EXLOCK = 32
|
|
O_NOCTTY = 32768
|
|
O_NOFOLLOW = 256
|
|
O_NONBLOCK = 4
|
|
O_RDONLY = 0
|
|
O_RDWR = 2
|
|
O_RSYNC = 128
|
|
O_SHLOCK = 16
|
|
O_SYNC = 128
|
|
O_TRUNC = 1024
|
|
O_WRONLY = 1
|
|
SEEK_CUR = 1
|
|
SEEK_END = 2
|
|
SEEK_SET = 0
|
|
SYS_close = 6
|
|
SYS_dup = 41
|
|
SYS_dup2 = 90
|
|
SYS_lseek = 199
|
|
SYS_open = 5
|
|
SYS_openat = 321
|
|
SYS_pipe2 = 101
|
|
SYS_preadv = 267
|
|
SYS_pwritev = 268
|
|
SYS_read = 3
|
|
SYS_readv = 120
|
|
SYS_write = 4
|
|
SYS_writev = 121
|
|
S_IRGRP = 32
|
|
S_IROTH = 4
|
|
S_IRUSR = 256
|
|
S_IWGRP = 16
|
|
S_IWOTH = 2
|
|
S_IWUSR = 128
|
|
S_IXGRP = 8
|
|
S_IXOTH = 1
|
|
S_IXUSR = 64
|