X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdone.c;h=65ec1cb7da64f447cdf8061449c158e95ed044b5;hb=b47dac6540ed952b95dbdce78d2a5f48ff0db86b;hp=cf2e3080ad668a39c81b1a546536fccad72e13b4;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh diff --git a/sbr/done.c b/sbr/done.c index cf2e308..65ec1cb 100644 --- a/sbr/done.c +++ b/sbr/done.c @@ -11,9 +11,4 @@ #include -int -done (int status) -{ - exit (status); - return 1; /* dead code to satisfy the compiler */ -} +void (*done) (int) NORETURN = exit;