Correct ifdef to activate poll() only if needed.

This commit is contained in:
Darren Tucker 2021-11-28 15:31:37 +11:00
parent d4035c81a7
commit 5a0f461904
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ out:
}
#endif /* HAVE_PPOLL */
#ifdef HAVE_POLL
#ifndef HAVE_POLL
int
poll(struct pollfd *fds, nfds_t nfds, int timeout)
{