Browse Source

Don't declare select() in <unistd.h>

ok deraadt@ millert@
OPENBSD_6_1
guenther 7 years ago
parent
commit
8d9d32898a
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      src/include/unistd.h

+ 1
- 6
src/include/unistd.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: unistd.h,v 1.102 2016/09/09 18:12:37 millert Exp $ */
/* $OpenBSD: unistd.h,v 1.103 2016/09/12 19:36:26 guenther Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@ -508,11 +508,6 @@ int revoke(const char *);
int rresvport(int *);
int rresvport_af(int *, int);
int ruserok(const char *, int, const char *, const char *);
#ifndef _SELECT_DEFINED_
#define _SELECT_DEFINED_
struct timeval;
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
#endif
int setdomainname(const char *, size_t);
int setgroups(int, const gid_t *);
int sethostid(long);


Loading…
Cancel
Save