aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2004-03-27 14:30:43 +0000
committerMike Makonnen <mtm@FreeBSD.org>2004-03-27 14:30:43 +0000
commit1713a5166114266306e1432c4859e94ac60268ec (patch)
tree9c17af5f370619a122d8ae2a80b0fb91ab84efc2 /sys/compat
parent9af414d15680e83e60cab977e43c239cce6264de (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 42e98f2934ea9..c6e95503d94aa 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -604,3 +604,5 @@
439 UNIMPL extattr_list_link
440 UNIMPL kse_switchin
441 UNIMPL ksem_timedwait
+442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
+443 MNOPROTO { int thr_wake(thr_id_t id); }