mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
remove prototype for nanosleep(), it's visible in unistd.h now.
This commit is contained in:
parent
85c2765219
commit
757d77dcf5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25737
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user