summary refs log tree commit diff
path: root/src/select.h1
blob: 68e971f221e7123927d546d33636bf2073d16bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Public domain. */

#ifndef SELECT_H
#define SELECT_H

/* sysdep: -sysselect */

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

#endif