1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-16 15:04:37 -04:00

Slave terminals work with epoll.

This commit is contained in:
Witold Filipczyk 2007-01-07 17:36:30 +01:00 committed by Witold Filipczyk
parent ef5f2638a3
commit 216d6c7ec8

View File

@ -201,7 +201,6 @@ select_loop(void (*init)(void))
if (program.terminate) break;
has_timer = get_next_timer_time(&t);
if (!has_timer) break;
critical_section = 1;
if (check_signals()) {