From 4956656241fa98581a8f098b259e2afa7b8b3b02 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 12 May 1997 10:00:46 +0000 Subject: remove prototype for nanosleep(), it's visible in unistd.h now. --- lib/libpthread/thread/thr_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libpthread/thread/thr_private.h') diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 064888f..e0a0511 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); -- cgit v1.1