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:
|
||||
movl r0,_errno
|
||||
mnegl $1,r0
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user