aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/freebsd32/syscalls.master')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
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