<unistd.h>: remove redundant __BSD_VISIBLE
This bit is already inside of a larger __BSD_VISIBLE block. Reported by: vangyzen
This commit is contained in:
parent
9d4710591b
commit
727b66b6d9
@ -557,12 +557,10 @@ pid_t rfork_thread(int, void *, int (*)(void *), void *);
|
|||||||
int rresvport(int *);
|
int rresvport(int *);
|
||||||
int rresvport_af(int *, int);
|
int rresvport_af(int *, int);
|
||||||
int ruserok(const char *, int, const char *, const char *);
|
int ruserok(const char *, int, const char *, const char *);
|
||||||
#if __BSD_VISIBLE
|
|
||||||
#ifndef _SELECT_DECLARED
|
#ifndef _SELECT_DECLARED
|
||||||
#define _SELECT_DECLARED
|
#define _SELECT_DECLARED
|
||||||
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
int setdomainname(const char *, int);
|
int setdomainname(const char *, int);
|
||||||
int setgroups(int, const gid_t *);
|
int setgroups(int, const gid_t *);
|
||||||
void sethostid(long);
|
void sethostid(long);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user