hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/sys/poll.h

Packit 6c4009
#ifndef	_SYS_POLL_H
Packit 6c4009
# include <io/sys/poll.h>
Packit 6c4009
Packit 6c4009
#ifndef _ISOMAC
Packit 6c4009
extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
Packit 6c4009
		   int __timeout);
Packit 6c4009
libc_hidden_proto (__poll)
Packit 6c4009
libc_hidden_proto (ppoll)
Packit 6c4009
#endif
Packit 6c4009
Packit 6c4009
#endif