summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorKunshan Wang <wks1986@gmail.com>2023-05-15 12:08:00 +0800
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-15 15:12:30 +0900
commitc7067ed13d6cbe7fd8ba25418d2881f40fc4cbab (patch)
tree981a317f2e32295f75546884be8e4c028261d3c2 /tool
parent8bd4d8867a0222a3c30a0c7ee1f69b06baa8e91a (diff)
downloadruby-c7067ed13d6cbe7fd8ba25418d2881f40fc4cbab.tar.gz
Use the rb_sys_fail_str macro in signal.c
Let signal.c include "internal/error.h" explicitly to ensure that the identifier rb_sys_fail_str in signal.c refers to the macro defined in "internal/error.h" instead of the actual function. That macro reads errno before evaluating its argument. Without this change, the rb_signo2signm(sig) expression in the "trap" function in signal.c will overwrite the errno before the actual rb_sys_fail_str function reads the errno.
Diffstat (limited to 'tool')
0 files changed, 0 insertions, 0 deletions