errno is moved to a sfile of its own.
authorkeie <none@none>
Thu, 21 Mar 1985 14:05:03 +0000 (14:05 +0000)
committerkeie <none@none>
Thu, 21 Mar 1985 14:05:03 +0000 (14:05 +0000)
mach/m68k4/libsys/call.s

index b4b3cca..fa343ca 100644 (file)
@@ -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