diff options
Diffstat (limited to 'ext/IO/poll.h')
-rw-r--r-- | ext/IO/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/poll.h b/ext/IO/poll.h index c5cdd7f916..4055b49624 100644 --- a/ext/IO/poll.h +++ b/ext/IO/poll.h @@ -41,7 +41,7 @@ typedef struct pollfd { #define POLLHUP 0x0010 #define POLLNVAL 0x0020 -int poll _((struct pollfd *, unsigned long, int)); +int poll (struct pollfd *, unsigned long, int); #ifndef HAS_POLL # define HAS_POLL |