11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
#ifndef SELECT_H
|
|
#define SELECT_H
|
|
|
|
/* sysdep: -sysselect */
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
extern int select();
|
|
|
|
#endif
|