openssh-portable/contrib/win32/win32compat/inc/poll.h

8 lines
187 B
C

#pragma once
#include "sys\types.h"
#include "sys\socket.h"
/* created to #def out decarations in open-bsd.h (that are defined in winsock2.h) */
int poll(struct pollfd *, nfds_t, int);