aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-10-05 05:07:27 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-10-08 00:21:43 +0000
commit7a9775e9d06f629c5441124204d68d43a9f326dc (patch)
tree77bbcca22a9522d303b380e121e5cfcaa9dc10bf
parentdc2d0899bba62d79083daeb83c6fac49abf28c3b (diff)
downloadsrc-7a9775e9d06f629c5441124204d68d43a9f326dc.tar.gz
src-7a9775e9d06f629c5441124204d68d43a9f326dc.zip
sys/proc.h: remove dead prototype
Reviewed by: imp, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32313
-rw-r--r--sys/sys/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 8fa9406bd378..a9cef631529d 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -1161,7 +1161,6 @@ int cpu_idle_wakeup(int);
extern void (*cpu_idle_hook)(sbintime_t); /* Hook to machdep CPU idler. */
void cpu_switch(struct thread *, struct thread *, struct mtx *);
void cpu_throw(struct thread *, struct thread *) __dead2;
-void unsleep(struct thread *);
void userret(struct thread *, struct trapframe *);
void cpu_exit(struct thread *);