From 57ba0222ea5643ab726e9d924b19c73c2bfd6f5f Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 24 Mar 2009 12:12:57 -0700 Subject: throw away most of the compat.h compatibility layer in favor of the lib9 compatibility layer. no need for two. now that mycreate is gone, .6 files are 0644 not 0755. TBR=r OCL=26679 CL=26679 --- src/cmd/gc/subr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/gc/subr.c') diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index eda84820a..cd7fef9dc 100644 --- a/src/cmd/gc/subr.c +++ b/src/cmd/gc/subr.c @@ -10,7 +10,7 @@ errorexit(void) { if(outfile) remove(outfile); - myexit(1); + exit(1); } void @@ -59,7 +59,7 @@ fatal(char *fmt, ...) print("\n"); if(debug['h']) *(int*)0 = 0; - myexit(1); + exit(1); } void -- cgit v1.2.3