File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -10538,17 +10538,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
10538
10538
10539
10539
;;
10540
10540
esac
10541
- fi
10542
- done
10543
-
10544
- for ac_func in pthread_atfork
10545
- do :
10546
- ac_fn_c_check_func " $LINENO " " pthread_atfork" " ac_cv_func_pthread_atfork"
10547
- if test " x$ac_cv_func_pthread_atfork " = xyes; then :
10548
- cat >> confdefs.h << _ACEOF
10549
- #define HAVE_PTHREAD_ATFORK 1
10550
- _ACEOF
10551
-
10552
10541
fi
10553
10542
done
10554
10543
Original file line number Diff line number Diff line change @@ -3043,7 +3043,6 @@ if test "$posix_threads" = "yes"; then
3043
3043
[ Define if pthread_sigmask() does not work on your system.] )
3044
3044
;;
3045
3045
esac] )
3046
- AC_CHECK_FUNCS ( pthread_atfork )
3047
3046
AC_CHECK_FUNCS ( pthread_getcpuclockid )
3048
3047
fi
3049
3048
Original file line number Diff line number Diff line change 688
688
/* Define if your compiler supports function prototype */
689
689
#undef HAVE_PROTOTYPES
690
690
691
- /* Define to 1 if you have the `pthread_atfork' function. */
692
- #undef HAVE_PTHREAD_ATFORK
693
-
694
691
/* Defined for Solaris 2.6 bug in pthread header. */
695
692
#undef HAVE_PTHREAD_DESTRUCTOR
696
693
You can’t perform that action at this time.
0 commit comments