summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-05-12 10:00:46 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-05-12 10:00:46 +0000
commit757d77dcf57833b38d5954cea04303cda1a805c4 (patch)
treedb6b2532082aa3345988b10e063fbfc3aaf252ba /lib/libpthread/thread/thr_private.h
parent85c276521975cb408cfe6bd3b134978a08248534 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r--lib/libpthread/thread/thr_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 064888f1978e..e0a05115166d 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -568,7 +568,6 @@ char *__ttyname_r_basic(int, char *, size_t);
char *ttyname_r(int, char *, size_t);
int _thread_create(pthread_t *,const pthread_attr_t *,void *(*start_routine)(void *),void *,pthread_t);
int _thread_fd_lock(int, int, struct timespec *,char *fname,int lineno);
-int nanosleep(struct timespec *, struct timespec *);
void _thread_exit(char *, int, char *);
void _thread_fd_unlock(int, int);
void *_thread_cleanup(pthread_t);