mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-29 08:17:18 -04:00
Slave terminals work with epoll.
This commit is contained in:
parent
ef5f2638a3
commit
216d6c7ec8
@ -201,7 +201,6 @@ select_loop(void (*init)(void))
|
|||||||
if (program.terminate) break;
|
if (program.terminate) break;
|
||||||
|
|
||||||
has_timer = get_next_timer_time(&t);
|
has_timer = get_next_timer_time(&t);
|
||||||
if (!has_timer) break;
|
|
||||||
critical_section = 1;
|
critical_section = 1;
|
||||||
|
|
||||||
if (check_signals()) {
|
if (check_signals()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user