Skip to content

Commit ca2855e

Browse files
author
Vladimir Kotal
committed
highlight all alarm() calls
1 parent f30cf01 commit ca2855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signals.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
\emprg{sigaction}(SIGALRM, &act, NULL);
476476
\emprg{alarm}(5);
477477
sz = read(0, buf, 1024);
478-
alarm(0);
478+
\emprg{alarm}(0);
479479
if (sz > 0)
480480
write(1, buf, sz);
481481
return (0);

0 commit comments

Comments
 (0)