summaryrefslogtreecommitdiff
path: root/sys/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/time.h')
-rw-r--r--sys/sys/time.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 6e83f5f2e29b..5371838dd5a0 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -297,10 +297,6 @@ int ratecheck(struct timeval *, const struct timeval *);
void timevaladd(struct timeval *t1, const struct timeval *t2);
void timevalsub(struct timeval *t1, const struct timeval *t2);
int tvtohz(struct timeval *tv);
-
-struct thread;
-int kern_nanosleep(struct thread *td, struct timespec *rqt,
- struct timespec *rmt);
#else /* !_KERNEL */
#include <time.h>