summaryrefslogtreecommitdiff
path: root/include/select.h
blob: 646dd505696c421d914f2157a3bca7bf6f6e9e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SELECT_H
#define SELECT_H

#include <sys/types.h>
#include <sys/time.h>

#ifdef HAS_SELECT_H
#include <sys/select.h>
#endif

extern int select();

#endif