X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..636b3bab53e3fc2154bb86fb02aeecf433cc977a:/sbr/done.c diff --git a/sbr/done.c b/sbr/done.c index cf2e3080..65ec1cb7 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;