parent
7e1e293547
commit
4959b8e20e
|
@ -685,6 +685,9 @@ static int rsnd_poll(struct pollfd *fd, int numfd, int timeout)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Avoids warning
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void rsnd_sleep(int msecs)
|
||||
|
|
Loading…
Reference in New Issue