We don't need you, either, in EMU...

pull/2/merge
NiLuJe 12 years ago committed by Qingping Hou
parent e04cb9a66b
commit 3f945b8d93

@ -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…
Cancel
Save