2.9
[glibc/nacl-glibc.git] / include / sys / poll.h
blob7d12e1c9beff47037458e4ec4019bb22e5189dce
1 #ifndef _SYS_POLL_H
2 # include <io/sys/poll.h>
4 extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
5 int __timeout);
6 libc_hidden_proto (__poll)
8 #endif