]> git.marmaro.de Git - mmh/blobdiff - sbr/done.c
* uip/.cvsignore: added "new".
[mmh] / sbr / done.c
index cf2e3080ad668a39c81b1a546536fccad72e13b4..65ec1cb7da64f447cdf8061449c158e95ed044b5 100644 (file)
@@ -11,9 +11,4 @@
 
 #include <h/mh.h>
 
-int
-done (int status)
-{
-    exit (status);
-    return 1;  /* dead code to satisfy the compiler */
-}
+void (*done) (int) NORETURN = exit;