did not export cerror, did not define _errno
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
.globl _errno
|
.globl _errno, cerror
|
||||||
|
.comm _errno, 4
|
||||||
cerror:
|
cerror:
|
||||||
movl r0,_errno
|
movl r0,_errno
|
||||||
mnegl $1,r0
|
mnegl $1,r0
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user