1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-03 02:32:59 +02:00
Files
coreutils/m4
Pádraig Brady 5a647a05e2 timeout: handle signals more transparently
* m4/jm-macros.m4: Define HAVE_SETRLIMIT.
* src/timeout.c: If the child exited with a signal,
raise that signal to the timeout process itself,
so that callers may also see the signal status.
Use setrlimit to disable core dumps for the timeout
process, which would be generated by some signals.
2011-07-08 15:11:27 +01:00
..