From 727b66b6d9b3fa6a4b780998031191e98e137dcf Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 15 Dec 2019 01:26:57 +0000 Subject: [PATCH] : remove redundant __BSD_VISIBLE This bit is already inside of a larger __BSD_VISIBLE block. Reported by: vangyzen --- include/unistd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/unistd.h b/include/unistd.h index a28be82f016..1f1f8a7cebd 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -557,12 +557,10 @@ pid_t rfork_thread(int, void *, int (*)(void *), void *); int rresvport(int *); int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); -#if __BSD_VISIBLE #ifndef _SELECT_DECLARED #define _SELECT_DECLARED int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); #endif -#endif int setdomainname(const char *, int); int setgroups(int, const gid_t *); void sethostid(long);