diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-03-29 16:41:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-04-01 12:39:02 +0200 |
| commit | 4ba360c5fb559397d73ae924bd655fb49c2c776c (patch) | |
| tree | 04f5baf2f16f57d90c091f2fcd4de8bf801feb08 /sys/openbsd/sys_amd64.const | |
| parent | 44fe9159be031342cb956bde7dc3f3fa0340d9af (diff) | |
sys/openbsd: add common ioctl() commands
Diffstat (limited to 'sys/openbsd/sys_amd64.const')
| -rw-r--r-- | sys/openbsd/sys_amd64.const | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/openbsd/sys_amd64.const b/sys/openbsd/sys_amd64.const index 4f1dabf7a..c1b7d725a 100644 --- a/sys/openbsd/sys_amd64.const +++ b/sys/openbsd/sys_amd64.const @@ -9,6 +9,11 @@ CLOCK_PROCESS_CPUTIME_ID = 2 CLOCK_REALTIME = 0 CLOCK_THREAD_CPUTIME_ID = 4 FD_CLOEXEC = 1 +FIOASYNC = 2147772029 +FIOGETOWN = 1074030203 +FIONBIO = 2147772030 +FIONREAD = 1074030207 +FIOSETOWN = 2147772028 F_DUPFD = 0 F_DUPFD_CLOEXEC = 10 F_GETFD = 1 @@ -93,6 +98,7 @@ SYS_getppid = 39 SYS_getrlimit = 194 SYS_getrusage = 19 SYS_getuid = 24 +SYS_ioctl = 54 SYS_lchown = 254 SYS_link = 9 SYS_linkat = 317 |
