From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Wed, 22 Jul 2020 12:09:14 +0200 Subject: [LTP] [PATCH V2 2/3] syscalls: sigwaitinfo: Remove SUCCEED_OR_DIE() macro In-Reply-To: <8fbd46e33184029f89829af3cd471c05ee6ce496.1595321086.git.viresh.kumar@linaro.org> References: <8fbd46e33184029f89829af3cd471c05ee6ce496.1595321086.git.viresh.kumar@linaro.org> Message-ID: <20200722100914.GC2319@yuki.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > The macro makes it less readable and there isn't a great deal of code it > is trying to remove. Get rid of it. Looking at the code we may as well add SAFE_SIGEMPTYSET() and SAFE_SIGADDSET() instead, what do you think? -- Cyril Hrubis chrubis@suse.cz