summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2004-03-27 14:30:43 +0000
committermtm <mtm@FreeBSD.org>2004-03-27 14:30:43 +0000
commitadb111ed69292eafc661e12b3c5d2f896c4ed0f4 (patch)
tree9c17af5f370619a122d8ae2a80b0fb91ab84efc2 /sys/compat
parentd0f528517f0489962410016e9c56667312efb492 (diff)
downloadFreeBSD-src-adb111ed69292eafc661e12b3c5d2f896c4ed0f4.zip
FreeBSD-src-adb111ed69292eafc661e12b3c5d2f896c4ed0f4.tar.gz
Separate thread synchronization from signals in libthr. Instead
use msleep() and wakeup_one(). Discussed with: jhb, peter, tjr
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 42e98f2..c6e9550 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); }
OpenPOWER on IntegriCloud