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

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

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

extern int select();

#endif