diff options
Diffstat (limited to 'include/poll.h')
-rw-r--r-- | include/poll.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/poll.h b/include/poll.h index 7af73722..daccc760 100644 --- a/include/poll.h +++ b/include/poll.h @@ -28,8 +28,7 @@ extern "C" { typedef unsigned long nfds_t; -struct pollfd -{ +struct pollfd { int fd; short events; short revents; |