summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-09-11 00:33:51 +0000
committerjulian <julian@FreeBSD.org>2004-09-11 00:33:51 +0000
commit34b95e500b94b61f70d3c14fbd292dad837d44b5 (patch)
treeb8d62c1a725c8026bcfa7b8d12a5a3ee1d7a1ea6
parent4b041e0e3339cfcf91a77ac72cbed4bea3ae16cc (diff)
downloadFreeBSD-src-34b95e500b94b61f70d3c14fbd292dad837d44b5.zip
FreeBSD-src-34b95e500b94b61f70d3c14fbd292dad837d44b5.tar.gz
Whitespace fix
MFC after: 2 days
-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 260e589..2cb4bc5 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);
OpenPOWER on IntegriCloud