2
0
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:
NiLuJe 2012-10-03 15:36:05 +02:00 committed by Qingping Hou
parent e04cb9a66b
commit 3f945b8d93

View File

@ -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;