[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnulib] addition: wait-process.h, wait-process.c
From: |
Paul Eggert |
Subject: |
Re: [Bug-gnulib] addition: wait-process.h, wait-process.c |
Date: |
30 Sep 2003 12:12:08 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Bruno Haible <address@hidden> writes:
> So this was mainly needed because the 'diff' subprocess ignores
> SIGINT, but you want it nevertheless to exit as soon as the 'sdiff' process
> exits?
No, diff doesn't ignore SIGINT, but someone might kill sdiff (e.g.,
using 'kill') without killing its subprocesses. In that case sdiff
should clean up nicely. Similarly for other programs that have
subprocesses.