aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/fs_amd64.const
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2021-07-01 07:44:39 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-07-01 09:28:53 +0200
commit658ebc66ddf4b2d7ebaf8ecf291da16a1528eeef (patch)
tree4e0e40d51ccdf249e12fcfb8a34d94f3457cd366 /sys/openbsd/fs_amd64.const
parent38a885d1c94053040c0881240224dd60328a4836 (diff)
sys/openbsd: regenerate const files
Diffstat (limited to 'sys/openbsd/fs_amd64.const')
-rw-r--r--sys/openbsd/fs_amd64.const47
1 files changed, 0 insertions, 47 deletions
diff --git a/sys/openbsd/fs_amd64.const b/sys/openbsd/fs_amd64.const
deleted file mode 100644
index a18c647f0..000000000
--- a/sys/openbsd/fs_amd64.const
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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_pread = 173
-SYS_preadv = 267
-SYS_pwrite = 174
-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