gh-83714: Implement os.statx() function (#139178)
Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com> Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
6
configure
generated
vendored
6
configure
generated
vendored
@@ -20191,6 +20191,12 @@ if test "x$ac_cv_func_splice" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_SPLICE 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
ac_fn_c_check_func "$LINENO" "statx" "ac_cv_func_statx"
|
||||
if test "x$ac_cv_func_statx" = xyes
|
||||
then :
|
||||
printf "%s\n" "#define HAVE_STATX 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
|
||||
if test "x$ac_cv_func_strftime" = xyes
|
||||
|
||||
Reference in New Issue
Block a user