diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2021-10-22 15:35:53 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2022-01-14 16:17:29 +0000 |
commit | a48d9f1900d48eb7222ade05df10df73097b8cca (patch) | |
tree | f3494c5706729097c42b3eeb61b661ac9f0a63d0 /sys/compat/freebsd32 | |
parent | 526f94cc0ee105f6d3fded2d49fb0fa67155a4a6 (diff) |
Add sched_getcpu()
(cherry picked from commit 77b2c2f81451db8119e4ea6398fe76813db790de)
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r-- | sys/compat/freebsd32/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 1a356bf2832e..e5b86c1f066f 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -1177,6 +1177,6 @@ 579 AUE_AIO_READV STD { int freebsd32_aio_readv( \ struct aiocb32 *aiocbp); } 580 AUE_NULL UNIMPL fspacectl -581 AUE_NULL UNIMPL sched_getcpu +581 AUE_NULL NOPROTO { int sched_getcpu(void); } 582 AUE_NULL UNIMPL swapoff ; vim: syntax=off |