declare errno in cerror.s
This commit is contained in:
parent
2624e5d05c
commit
5a6d5d877f
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
.global $errno, cerror, _cerror
|
.global $errno, cerror, _cerror, errno
|
||||||
|
|
||||||
.type _cerror, #function
|
.type _cerror, #function
|
||||||
|
|
||||||
|
@ -16,3 +16,5 @@ _cerror:
|
||||||
.section ".data"
|
.section ".data"
|
||||||
$errno:
|
$errno:
|
||||||
.long 0
|
.long 0
|
||||||
|
errno:
|
||||||
|
.long 0
|
||||||
|
|
Loading…
Reference in a new issue