drop unused configure check for pthread_atfork (#4046)
This commit is contained in:
parent
20faa68bbb
commit
24c4d046c4
|
@ -10538,17 +10538,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
|
||||||
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
for ac_func in pthread_atfork
|
|
||||||
do :
|
|
||||||
ac_fn_c_check_func "$LINENO" "pthread_atfork" "ac_cv_func_pthread_atfork"
|
|
||||||
if test "x$ac_cv_func_pthread_atfork" = xyes; then :
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
|
||||||
#define HAVE_PTHREAD_ATFORK 1
|
|
||||||
_ACEOF
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -3043,7 +3043,6 @@ if test "$posix_threads" = "yes"; then
|
||||||
[Define if pthread_sigmask() does not work on your system.])
|
[Define if pthread_sigmask() does not work on your system.])
|
||||||
;;
|
;;
|
||||||
esac])
|
esac])
|
||||||
AC_CHECK_FUNCS(pthread_atfork)
|
|
||||||
AC_CHECK_FUNCS(pthread_getcpuclockid)
|
AC_CHECK_FUNCS(pthread_getcpuclockid)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -688,9 +688,6 @@
|
||||||
/* Define if your compiler supports function prototype */
|
/* Define if your compiler supports function prototype */
|
||||||
#undef HAVE_PROTOTYPES
|
#undef HAVE_PROTOTYPES
|
||||||
|
|
||||||
/* Define to 1 if you have the `pthread_atfork' function. */
|
|
||||||
#undef HAVE_PTHREAD_ATFORK
|
|
||||||
|
|
||||||
/* Defined for Solaris 2.6 bug in pthread header. */
|
/* Defined for Solaris 2.6 bug in pthread header. */
|
||||||
#undef HAVE_PTHREAD_DESTRUCTOR
|
#undef HAVE_PTHREAD_DESTRUCTOR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue