diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 21:28:19 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-14 21:28:19 +0200 |
commit | 1087d4df2a7342d2832ba3bab1843bf4a3040775 (patch) | |
tree | 96cd6ea198cc542f29c0660d5e5f7083af84d711 /src/select.h1 |
Diffstat (limited to 'src/select.h1')
-rw-r--r-- | src/select.h1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/select.h1 b/src/select.h1 new file mode 100644 index 0000000..68e971f --- /dev/null +++ b/src/select.h1 @@ -0,0 +1,12 @@ +/* Public domain. */ + +#ifndef SELECT_H +#define SELECT_H + +/* sysdep: -sysselect */ + +#include <sys/types.h> +#include <sys/time.h> +extern int select(); + +#endif |