die.h: Add __noreturn attribute to exiting functions
commitb0e6d1d45438af6a39d4ca8576edce3f6647c46f
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:25:40 +0000 (17 13:25 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:30:04 +0000 (17 13:30 +0200)
treedf906142f80e5f20f11825b76869f5740018a8f6
parent82799b033807977478d7848d55264f6f3132a5eb
die.h: Add __noreturn attribute to exiting functions

Add the __noreturn attribute to all functions which wont return but call
exit() (or die() respectively) themselves.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
die.h