Revert "Use high-resolution timebases for select()."

This reverts commit 6e70fd315a.

Revert accidental push
This commit is contained in:
Corinna Vinschen
2016-03-20 21:59:47 +01:00
parent bf0f4baf95
commit 58988463cc
3 changed files with 72 additions and 143 deletions

View File

@@ -96,7 +96,7 @@ public:
bool test_and_set (int, fd_set *, fd_set *, fd_set *);
int poll (fd_set *, fd_set *, fd_set *);
wait_states wait (fd_set *, fd_set *, fd_set *, LONGLONG);
wait_states wait (fd_set *, fd_set *, fd_set *, DWORD);
void cleanup ();
void destroy ();