declare errno in cerror.s
authorceriel <none@none>
Wed, 26 Jul 1995 08:55:56 +0000 (08:55 +0000)
committerceriel <none@none>
Wed, 26 Jul 1995 08:55:56 +0000 (08:55 +0000)
mach/sparc_solaris/libsys/cerror.s

index ad59105..ef301c5 100644 (file)
@@ -1,4 +1,4 @@
-.global $errno, cerror, _cerror
+.global $errno, cerror, _cerror, errno
 
 .type _cerror, #function
 
@@ -16,3 +16,5 @@ _cerror:
 .section ".data"
 $errno:
        .long   0
+errno:
+       .long   0