bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] test-raise: use _Noreturn


From: Bernhard Voelker
Subject: Re: [PATCH] test-raise: use _Noreturn
Date: Thu, 06 Oct 2011 11:09:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110920 SUSE/3.1.15 Thunderbird/3.1.15

On 10/06/2011 10:43 AM, Bruno Haible wrote:
Bernhard Voelker wrote:
Alternatively, can't we use _exit() here?

This would not change the problem: _exit() is, like exit(), declared
as nonreturning on glibc systems and not declared this way on some
other platforms.

hmm, right.
I'm new to gnulib, so here's another beginner's try:
I saw gnulibs _Exit() function. Could it be made _Noreturn and used in
test-raise.c?

Berny



reply via email to

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