bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Replacement for the sigs_to_ignore hack in timeout.c


From: Pádraig Brady
Subject: Re: [PATCH] Replacement for the sigs_to_ignore hack in timeout.c
Date: Sat, 11 Oct 2008 00:19:49 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Eric Blake wrote:
> On the other hand, POSIX is explicit that mixing signal and sigaction is
> not portable.  For that matter, now that gnulib provides a guaranteed
> sigaction, why don't we just change all of coreutils to use it?  Affected
> are: csplit, dd, install, ls, nohup, sort, tee, and timeout.

Good idea.

Perhaps we should just define our own signal()
or bsd_signal() that calls sigaction() appropriately.
I find signal() a much simpler interface than sigaction().






reply via email to

[Prev in Thread] Current Thread [Next in Thread]