bpfc: Add __noreturn attribute to exiting functions
commit5a6557633729dd5f5799c4d944797c95c7fe981a
authorTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:38:52 +0000 (17 13:38 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 17 May 2013 11:38:52 +0000 (17 13:38 +0200)
tree7933f765ad9f968ce86f6af0e5b27b360d77c1e5
parent2b0f29dfd02cd0d075a89d57b95764686e27e13b
bpfc: Add __noreturn attribute to exiting functions

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

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
bpfc.c