mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Fix build failure under Linux
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
c82906a2c3
commit
ee0afea1e5
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ int cpu_count() {
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
|
|
||||||
int data_available()
|
int input_available()
|
||||||
{
|
{
|
||||||
fd_set readfds;
|
fd_set readfds;
|
||||||
struct timeval timeout;
|
struct timeval timeout;
|
||||||
|
|
Loading…
Add table
Reference in a new issue