aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2004-09-11 00:33:51 +0000
committerJulian Elischer <julian@FreeBSD.org>2004-09-11 00:33:51 +0000
commit0caccd943f419483e4aa1077f6cc5d408de4d8e8 (patch)
treeb8d62c1a725c8026bcfa7b8d12a5a3ee1d7a1ea6 /sys
parent513efa5b39a10a1b88db70051158ee2f1afaf032 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index 260e589291dc5..2cb4bc50e085c 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -84,7 +84,6 @@ void sched_rem(struct thread *td);
void sched_bind(struct thread *td, int cpu);
void sched_unbind(struct thread *td);
-
/* these only work for curthread */
void sched_pin(void);
void sched_unpin(void);