Bugzilla Bug 269591: use the poll prototype in current OpenBSD releases.
This commit is contained in:
Родитель
1a3042a73d
Коммит
faad603663
|
@ -345,7 +345,7 @@ int poll(struct pollfd filedes[], int nfds, int timeout)
|
|||
#elif defined(NETBSD)
|
||||
int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
|
||||
#elif defined(OPENBSD)
|
||||
int poll(struct pollfd *filedes, int nfds, int timeout)
|
||||
int poll(struct pollfd filedes[], nfds_t nfds, int timeout)
|
||||
#elif defined(FREEBSD)
|
||||
int poll(struct pollfd *filedes, unsigned nfds, int timeout)
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче