diff options
Diffstat (limited to 'compat/bsd-poll.h')
-rw-r--r-- | compat/bsd-poll.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/bsd-poll.h b/compat/bsd-poll.h index dcbb9ca4..849c35ad 100644 --- a/compat/bsd-poll.h +++ b/compat/bsd-poll.h @@ -27,7 +27,6 @@ /* OPENBSD ORIGINAL: sys/sys/poll.h */ -#if !defined(HAVE_POLL) && !defined(HAVE_POLL_H) #ifndef _COMPAT_POLL_H_ #define _COMPAT_POLL_H_ @@ -58,4 +57,3 @@ typedef unsigned int nfds_t; int poll(struct pollfd *, nfds_t, int); #endif /* !_COMPAT_POLL_H_ */ -#endif /* !HAVE_POLL_H */ |