mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Correct ifdef to activate poll() only if needed.
This commit is contained in:
parent
d4035c81a7
commit
5a0f461904
@ -111,7 +111,7 @@ out:
|
||||
}
|
||||
#endif /* HAVE_PPOLL */
|
||||
|
||||
#ifdef HAVE_POLL
|
||||
#ifndef HAVE_POLL
|
||||
int
|
||||
poll(struct pollfd *fds, nfds_t nfds, int timeout)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user