[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] test-raise: use _Noreturn
From: |
Bruno Haible |
Subject: |
Re: [PATCH] test-raise: use _Noreturn |
Date: |
Thu, 6 Oct 2011 10:43:07 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
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.
Bruno
--
In memoriam Bahriye Üçok <http://en.wikipedia.org/wiki/Bahriye_Üçok>
- [PATCH] test-raise: use _Noreturn, Bernhard Voelker, 2011/10/05
- Re: [PATCH] test-raise: use _Noreturn, Bruno Haible, 2011/10/05
- Re: [PATCH] test-raise: use _Noreturn, Eric Blake, 2011/10/05
- Re: [PATCH] test-raise: use _Noreturn, Eric Blake, 2011/10/05
- Re: [PATCH] test-raise: use _Noreturn, Bruno Haible, 2011/10/05
- Re: [PATCH] test-raise: use _Noreturn, Bernhard Voelker, 2011/10/06
- Re: [PATCH] test-raise: use _Noreturn,
Bruno Haible <=
- Re: [PATCH] test-raise: use _Noreturn, Bernhard Voelker, 2011/10/06
- Re: [PATCH] test-raise: use _Noreturn, Paolo Bonzini, 2011/10/07
- Re: [PATCH] test-raise: use _Noreturn, Bruno Haible, 2011/10/07