File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ if [ "${PYBUILD_PLATFORM}" = "macos" ]; then
370370 # symbols do need to be banned.
371371 if [ -n " ${PYTHON_MEETS_MAXIMUM_VERSION_3_9} " ]; then
372372 if [ " ${TARGET_TRIPLE} " != " aarch64-apple-darwin" ]; then
373- for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat; do
373+ for symbol in clock_getres clock_gettime clock_settime faccessat fchmodat fchownat fdopendir fstatat futimens getentropy linkat mkdirat openat preadv pwritev readlinkat renameat symlinkat unlinkat utimensat uttype ; do
374374 CONFIGURE_FLAGS=" ${CONFIGURE_FLAGS} ac_cv_func_${symbol} =no"
375375 done
376376 fi
You can’t perform that action at this time.
0 commit comments