aboutsummaryrefslogtreecommitdiffstats
path: root/sys/openbsd/sys_amd64.const
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2019-01-09 20:37:53 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-26 09:31:18 +0100
commitc73f090a5cddee4acd0e94c399ab7db00dfa7d24 (patch)
tree84906be92af96ac9f6fc14a9646f3df5c55cebd6 /sys/openbsd/sys_amd64.const
parentfc1f18856304b4493580f610afed57f24b9cdbf1 (diff)
sys/openbsd: add wscons descriptions, limited to wsdisplay for now
Diffstat (limited to 'sys/openbsd/sys_amd64.const')
-rw-r--r--sys/openbsd/sys_amd64.const2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/openbsd/sys_amd64.const b/sys/openbsd/sys_amd64.const
index 5acde94d1..96f56304d 100644
--- a/sys/openbsd/sys_amd64.const
+++ b/sys/openbsd/sys_amd64.const
@@ -1,5 +1,6 @@
# AUTOGENERATED FILE
AT_EACCESS = 1
+AT_FDCWD = 18446744073709551516
AT_REMOVEDIR = 8
AT_SYMLINK_FOLLOW = 4
AT_SYMLINK_NOFOLLOW = 2
@@ -95,6 +96,7 @@ SYS_mkdirat = 318
SYS_mknod = 14
SYS_mknodat = 320
SYS_nanosleep = 91
+SYS_openat = 321
SYS_pipe = 263
SYS_pledge = 108
SYS_poll = 252