diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-05-12 10:00:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-05-12 10:00:46 +0000 |
| commit | 757d77dcf57833b38d5954cea04303cda1a805c4 (patch) | |
| tree | db6b2532082aa3345988b10e063fbfc3aaf252ba /lib/libpthread | |
| parent | 85c276521975cb408cfe6bd3b134978a08248534 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 1 |
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); |
