fix errno related underscores in all libsrc/*.s files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 2004-05-13
|
||||
;
|
||||
; __seterrno: Will set __errno to the value in A and return zero in A. Other
|
||||
; ___seterrno: Will set __errno to the value in A and return zero in A. Other
|
||||
; registers aren't changed. The function is C callable, but
|
||||
; currently only called from asm code.
|
||||
;
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
.code
|
||||
|
||||
.proc __seterrno
|
||||
.proc ___seterrno
|
||||
|
||||
sta __errno
|
||||
lda #0
|
||||
|
||||
Reference in New Issue
Block a user