summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/select.h
blob: fa166a53076bf9c0ccb06b625194c70658f1fd9b (plain)
1
2
3
4
5
6
#ifndef _SYS_SELECT_H
#define _SYS_SELECT_H	1

int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);

#endif