mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.6 (#28081)
This commit is contained in:
commit
40465ebc27
4 changed files with 91 additions and 4 deletions
|
@ -3734,6 +3734,12 @@ AC_CHECK_FUNCS(clock_getres, [], [
|
|||
])
|
||||
])
|
||||
|
||||
AC_CHECK_FUNCS(clock_settime, [], [
|
||||
AC_CHECK_LIB(rt, clock_settime, [
|
||||
AC_DEFINE(HAVE_CLOCK_SETTIME, 1)
|
||||
])
|
||||
])
|
||||
|
||||
AC_MSG_CHECKING(for major, minor, and makedev)
|
||||
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
||||
#if defined(MAJOR_IN_MKDEV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue