use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft
This commit is contained in:
@@ -54,7 +54,7 @@ _signal:
|
||||
pla
|
||||
tax
|
||||
pla
|
||||
__sig_ign:
|
||||
___sig_ign:
|
||||
rts
|
||||
|
||||
; Error entry: We use our knowledge that SIG_ERR is zero here to save a byte
|
||||
@@ -63,6 +63,6 @@ invalidsig:
|
||||
lda #<EINVAL
|
||||
jsr __seterrno ; Returns 0 in A
|
||||
tax ; A/X = 0
|
||||
__sig_dfl:
|
||||
___sig_dfl:
|
||||
rts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user