Update guess_signals.c
This commit is contained in:
@@ -133,7 +133,6 @@ int main(int argc, char *argv[]) {
|
||||
int sig = sigtimedwait(&mask, &si, &timeout);
|
||||
if (sig == -1) {
|
||||
if (errno == EAGAIN) {
|
||||
// тайм-аут, можно повторить или обработать
|
||||
continue;
|
||||
} else {
|
||||
perror("sigtimedwait");
|
||||
|
||||
Reference in New Issue
Block a user