did not export cerror, did not define _errno
authorceriel <none@none>
Wed, 22 Jul 1987 12:46:07 +0000 (12:46 +0000)
committerceriel <none@none>
Wed, 22 Jul 1987 12:46:07 +0000 (12:46 +0000)
mach/vax4/libbsd4_2/cerror.s

index cbd332a..27af5b3 100644 (file)
@@ -1,5 +1,7 @@
-       .globl  _errno
+       .globl  _errno, cerror
+.comm _errno, 4
 cerror:
        movl    r0,_errno
        mnegl   $1,r0
        ret
+