aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/select.h
blob: 49bc034b1e2410a6784c0cb14a9df6e548835f20 (plain)
1
2
3
4
5
6
#ifndef _SELECT_H
#define _SELECT_H

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

#endif