use __sig_ign and __sig_dft instead of _sig_ign and _sig_dft

This commit is contained in:
mrdudz
2022-08-28 20:18:34 +02:00
parent 9246775ebe
commit f70020a2b8
5 changed files with 16 additions and 16 deletions

View File

@@ -14,11 +14,11 @@
.data
sigtable:
.word __sig_dfl ; SIGABRT
.word __sig_dfl ; SIGFPE
.word __sig_dfl ; SIGILL
.word __sig_dfl ; SIGINT
.word __sig_dfl ; SIGSEGV
.word __sig_dfl ; SIGTERM
.word ___sig_dfl ; SIGABRT
.word ___sig_dfl ; SIGFPE
.word ___sig_dfl ; SIGILL
.word ___sig_dfl ; SIGINT
.word ___sig_dfl ; SIGSEGV
.word ___sig_dfl ; SIGTERM