summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-24 07:33:35 +0000
committerru <ru@FreeBSD.org>2005-11-24 07:33:35 +0000
commita615d0b31eaadb30f8fa41bf73922630bd223ab4 (patch)
tree5f9087e6fdf877970755d8466d72323d2e792a55
parentac0207ffd99c2c34ef0868341aec6f96fccbd883 (diff)
downloadFreeBSD-src-a615d0b31eaadb30f8fa41bf73922630bd223ab4.zip
FreeBSD-src-a615d0b31eaadb30f8fa41bf73922630bd223ab4.tar.gz
Fix prototypes.
Attn davidxu@: most likely, the description should also be tweaked after your undocumented changes that changed these prototypes.
-rw-r--r--lib/libc/sys/kse.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2
index d4ef2fc..d944670 100644
--- a/lib/libc/sys/kse.2
+++ b/lib/libc/sys/kse.2
@@ -35,7 +35,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 10, 2002
+.Dd July 12, 2004
.Dt KSE 2
.Os
.Sh NAME
@@ -53,9 +53,9 @@
.Ft int
.Fn kse_release "struct timespec *timeout"
.Ft int
-.Fn kse_switchin "mcontext_t *mcp" "long val" "long *loc"
+.Fn kse_switchin "struct kse_thr_mailbox *tmbx" "int flags"
.Ft int
-.Fn kse_thr_interrupt "struct kse_thr_mailbox *tmbx"
+.Fn kse_thr_interrupt "struct kse_thr_mailbox *tmbx" "int cmd" "long data"
.Ft int
.Fn kse_wakeup "struct kse_mailbox *mbx"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud