From: keie Date: Thu, 21 Mar 1985 14:05:03 +0000 (+0000) Subject: errno is moved to a sfile of its own. X-Git-Tag: release-5-5~5539 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=84f9364d4c32b44cac08137f759a34a359f32f7c;p=ack.git errno is moved to a sfile of its own. --- diff --git a/mach/m68k4/libsys/call.s b/mach/m68k4/libsys/call.s index b4b3ccad8..fa343cae6 100644 --- a/mach/m68k4/libsys/call.s +++ b/mach/m68k4/libsys/call.s @@ -2,7 +2,6 @@ .define callc .define calle .define cerror -.define _errno .extern call .extern callc .extern calle @@ -23,6 +22,3 @@ cerror: move.l d0,_errno move.l #-1,d0 rts -.bss -_errno: .space 4 -.text