declare errno in cerror.s

This commit is contained in:
ceriel 1995-07-26 08:55:56 +00:00
parent 2624e5d05c
commit 5a6d5d877f

View 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