diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-09-23 17:45:51 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-09-23 17:45:51 +0000 |
| commit | 56144d5a4d202e37f08fae0410f38e762ca4ce6a (patch) | |
| tree | 3f1529390b129ebee6a87da08c17231bebf3e590 /include | |
| parent | 58eab4797ae479c6cc3fe773cc9c273a253445d0 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 9227c63d0a06..977e9b109d72 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -489,7 +489,12 @@ int rresvport(int *); int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); void *sbrk(intptr_t); +#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); |
