Re: mkfifoat: Fix crash on macOS 12

2023-02-10 Thread Bruno Haible
And this patch fixes the code duplication in the last patch. 2023-02-10 Bruno Haible Fix code duplication in last commit. * m4/gnulib-common.m4 (gl_CHECK_FUNCS_DEFAULT_CASE, gl_CHECK_FUNCS_CASE_FOR_ANDROID, gl_CHECK_FUNCS_CASE_FOR_MACOS, gl_CHECK_FUNCS_SET_RESU

mkfifoat: Fix crash on macOS 12

2023-02-10 Thread Bruno Haible
ee https://github.com/curl/curl/issues/4314 . This patch fixes the issue, by changing the configure-time detection checking for mkfifoat... yes to checking for mkfifoat... future OS version and likewise for mknodat. 2023-02-10 Bruno Haible mkfifoat: Fix crash on macOS 12.