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