declare errno in cerror.s
This commit is contained in:
parent
2624e5d05c
commit
5a6d5d877f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue