declare errno in cerror.s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user