summaryrefslogtreecommitdiff
path: root/include/select.h
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-09-28 17:13:21 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-09-28 17:13:21 +0200
commit4ab19268268cd96b9706625d42a16d2a629134eb (patch)
tree0894a92709675955abb1b15647e8fe2911d89c7f /include/select.h
parent96cf8dffe4f7b0b910f790066ae622dc429eb522 (diff)
update to version 25
Diffstat (limited to 'include/select.h')
-rw-r--r--include/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/select.h b/include/select.h
index 646dd50..b2fe69e 100644
--- a/include/select.h
+++ b/include/select.h
@@ -8,6 +8,6 @@
#include <sys/select.h>
#endif
-extern int select();
+extern int select(int,fd_set *,fd_set *,fd_set *,struct timeval *);
#endif