June 9, 2026
11:33 a.m.
posix_spawn() is not available in Android bionic below API level 28. As discussed in !10926, reimplementing process spawning without posix_spawn() is not considered worth the added complexity. Downstream projects targeting older Android versions can either apply the patch from !10926 or provide a posix_spawn() shim such as libandroid-spawn from the Termux project. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11096