[Top][All Lists]
[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>
- [bug-patch] [PATCH 00/15] *** SUBJECT HERE ***, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 03/15] maint: add some m4 quoting, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 08/15] tests: temporarily disable failing syntax-check rules, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 01/15] maint: use gnulib's maintainer-makefile module, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 02/15] maint: arrange for the sc_require_config_h_first test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 04/15] maint: remove trailing blanks, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 09/15] build: avoid three gcc warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 15/15] build: don't turn off -Wmissing-declarations, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions, Jim Meyering, 2011/03/26
- Re: [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions,
Bruno Haible <=
- [bug-patch] [PATCH 14/15] build: don't turn off -Wmissing-prototypes, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 05/15] maint: allow the sc_prohibit_empty_lines_at_EOF test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 07/15] build: accept new configure-time option --enable-gcc-warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 06/15] maint: avoid non-portable use of test -a, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 11/15] maint: update bootstrap and gnulib submodule, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 12/15] maint: use gnulib's progname module, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 10/15] maint: update copyright date year ranges to include 2011, Jim Meyering, 2011/03/26
- Re: [bug-patch] [PATCH 00/15] *** SUBJECT HERE ***, Andreas Gruenbacher, 2011/03/26