diff options
Diffstat (limited to 'io/sys/poll.h')
-rw-r--r-- | io/sys/poll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/sys/poll.h b/io/sys/poll.h index f9880a140c..e694fe37d5 100644 --- a/io/sys/poll.h +++ b/io/sys/poll.h @@ -18,8 +18,8 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_POLL_H - #define _SYS_POLL_H 1 + #include <features.h> __BEGIN_DECLS @@ -64,4 +64,4 @@ extern int poll __P ((struct pollfd *__fds, unsigned long int __nfds, __END_DECLS -#endif /* _SYS_POLL_H */ +#endif /* sys/poll.h */ |