mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use sigsetjmp on macOS
SIGCHLD is used internally since r63758, the signal masks need to be restored. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e205271094
commit
7b230cfe28
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ AS_CASE(["$target_os"],
|
|||
AS_IF([test $gcc_major -lt 4 -o \( $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_TRY_RUN([
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue