Update.
[glibc.git] / include / sys / poll.h
blobd7d6e013a03759f2843fbfc43a51c5e6ef145493
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 #endif