summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-13 19:35:11 +0000
committerphk <phk@FreeBSD.org>2004-07-13 19:35:11 +0000
commit7b891087ed78b2c7943c2503f0bfdd7678a6d65c (patch)
tree5efcfc4b3dc229b12cbe15ae322b47c45cc6be0e /sys/compat
parent17a59e7b09edbefc271ac53db430cb163f813c9a (diff)
downloadFreeBSD-src-7b891087ed78b2c7943c2503f0bfdd7678a6d65c.zip
FreeBSD-src-7b891087ed78b2c7943c2503f0bfdd7678a6d65c.tar.gz
Add kldunloadf() system call. Stay tuned for follwing commit messages.
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index b2abd20..a4f195f 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -607,5 +607,6 @@
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(long id); }
+442 MNOPROTO { int thr_suspend(const struct timespec *timeout); }
+443 MNOPROTO { int thr_wake(long id); }
+444 MSTD { int kldunloadf(int fileid, int flags); }
OpenPOWER on IntegriCloud