did not export cerror, did not define _errno
This commit is contained in:
parent
0aea30473c
commit
4600a65f07
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
.globl _errno
|
||||
.globl _errno, cerror
|
||||
.comm _errno, 4
|
||||
cerror:
|
||||
movl r0,_errno
|
||||
mnegl $1,r0
|
||||
ret
|
||||
|
||||
|
|
Loading…
Reference in a new issue