Fix use of select() on stdin on windows

Fixes #1705
This commit is contained in:
Jens Steube
2018-10-18 11:20:01 +02:00
parent ab46265f5f
commit 4a9171ca5d
3 changed files with 52 additions and 2 deletions
+2
View File
@@ -83,4 +83,6 @@ float get_entropy (const u8 *buf, const int len);
int select_read_timeout (int sockfd, const int sec);
int select_write_timeout (int sockfd, const int sec);
int select_read_timeout_console (const int sec);
#endif // _SHARED_H