<sys/cdefs.h>: Simplify the _Noreturn compatibility macro.
authorSascha Wildner <saw@online.de>
Wed, 22 May 2013 18:15:23 +0000 (20:15 +0200)
committerSascha Wildner <saw@online.de>
Wed, 22 May 2013 18:15:23 +0000 (20:15 +0200)
commite48c55283e4d0f6c4a45c12f7659117485942ce1
treed04580666b2d304249cb7e9ef34fa5e939b020c4
parent1a157e4f3a625006326afc0d33e318aada985ff6
<sys/cdefs.h>: Simplify the _Noreturn compatibility macro.

Our g++ doesn't support [[noreturn]] yet. We might use [[gnu::noreturn]]
here for now, but thinking about it, simpler is better, so just make it
__dead2 for anything that doesn't claim to be C11.

Buildworld-breakage-originally-pointed-out-by: sephe
sys/sys/cdefs.h