freebsd-src/usr.bin/wc
Bryan Drewery d0bf8b5aac wc: Fix SIGINFO race with casper init.
If a file is specified then fileargs_init(3) may return [EINTR]. With
the SIGINFO handler not being SA_RESTART this causes an early exit
if a SIGINFO comes in. Rather than checking for [EINTR] or changing the
handler just move it later which resolves the problem.
2024-02-18 10:57:42 -08:00
..
tests
Makefile
Makefile.depend
Makefile.depend.options
wc.1
wc.c wc: Fix SIGINFO race with casper init. 2024-02-18 10:57:42 -08:00