mirror of
https://github.com/koreader/koreader
synced 2024-11-11 19:11:14 +00:00
We don't need you, either, in EMU...
This commit is contained in:
parent
e04cb9a66b
commit
3f945b8d93
2
input.c
2
input.c
@ -46,7 +46,6 @@ int inputfds[4] = { -1, -1, -1, -1 };
|
||||
#ifndef EMULATE_READER
|
||||
pid_t slider_pid = -1;
|
||||
struct popen_noshell_pass_to_pclose pclose_arg;
|
||||
#endif
|
||||
|
||||
void slider_handler(int sig)
|
||||
{
|
||||
@ -56,6 +55,7 @@ void slider_handler(int sig)
|
||||
kill(pclose_arg.pid, SIGINT);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
int findFreeFdSlot() {
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user