mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Fix build failure under Linux
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
c82906a2c3
commit
ee0afea1e5
@@ -209,7 +209,7 @@ int cpu_count() {
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
int data_available()
|
||||
int input_available()
|
||||
{
|
||||
fd_set readfds;
|
||||
struct timeval timeout;
|
||||
|
||||
Reference in New Issue
Block a user