did not export cerror, did not define _errno

This commit is contained in:
ceriel 1987-07-22 12:46:07 +00:00
parent 0aea30473c
commit 4600a65f07

View file

@ -1,5 +1,7 @@
.globl _errno
.globl _errno, cerror
.comm _errno, 4
cerror:
movl r0,_errno
mnegl $1,r0
ret