aboutsummaryrefslogtreecommitdiff
path: root/select.h2
blob: 2bc20448668fc35964e480b92c8d142d6f9caa46 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SELECT_H
#define SELECT_H

/* sysdep: +sysselect */

#include <sys/types.h>
#include <sys/time.h>
#include <sys/select.h>
extern int select();

#endif