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