summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/poll.h
blob: adce26687e892eb1e3c7dde162106002f6a6359e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SYS_POLL_H
#define _SYS_POLL_H

#include <sys/cdefs.h>

#include <linux/poll.h>

extern int poll(struct pollfd *ufds, unsigned int nfds, int timeout) __THROW;


#endif	/* _SYS_POLL_H */