Explorar o código

Removed a call to _cleanup(), which appears to be a Minixism (and should be unnecessary).

dtrg %!s(int64=19) %!d(string=hai) anos
pai
achega
ee83cfcf9b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mach/proto/top/top.c

+ 0 - 1
mach/proto/top/top.c

@@ -626,7 +626,6 @@ error(s,a)
 {
 	fprintf(stderr,s,a);
 	fprintf(stderr,"\n");
-	_cleanup();
 	abort();
 	exit(-1);
 }