mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Stop using sigsetjmp
to hijack SIGCHLD handler
It already has been dead code.
Follow up of 65d3eacc80
.
This commit is contained in:
parent
6dd1ab0f9f
commit
e722f4c57f
1 changed files with 0 additions and 1 deletions
|
@ -1072,7 +1072,6 @@ AS_CASE(["$target_os"],
|
|||
AS_IF([test $gcc_major -eq 4 -a $gcc_minor -lt 3], [
|
||||
ac_cv_func___builtin_setjmp=no
|
||||
])
|
||||
with_setjmp_type=sigsetjmp # to hijack SIGCHLD handler
|
||||
AC_CACHE_CHECK(for broken crypt with 8bit chars, rb_cv_broken_crypt,
|
||||
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue