bug-patch
[Top][All Lists]
Advanced

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

Re: [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitio


From: Bruno Haible
Subject: Re: [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions
Date: Sat, 26 Mar 2011 22:26:32 +0100
User-agent: KMail/1.9.9

Jim Meyering wrote:
> --- a/src/util.c
> +++ b/src/util.c
> ...
>  #define sigprocmask(how, n, o) \
>    ((how) == SIG_BLOCK \
>     ? ((o) ? *(o) = sigblock (*(n)) : sigblock (*(n))) \

It looks like src/util.c could also be significantly simplified by importing
the modules 'raise', 'sigaction', and 'sigprocmask' from gnulib.

Bruno
-- 
In memoriam Joseph Carlebach <http://en.wikipedia.org/wiki/Joseph_Carlebach>



reply via email to

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