X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdone.c;h=65ec1cb7da64f447cdf8061449c158e95ed044b5;hp=cf2e3080ad668a39c81b1a546536fccad72e13b4;hb=0aef47ae5c03e1d9e3f225efe5ae362e7cf5ee35;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 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;