https://bugs.winehq.org/show_bug.cgi?id=57273
Bug ID: 57273 Summary: error: 'posix_spawn' is unavailable: introduced in Android 28 android Product: Wine Version: 9.19 Hardware: aarch64 OS: Android Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: euloanty@live.com
/home/csrg/toolchains_build/wine/dlls/ntdll/unix/loader.c:351:11: error: 'posix_spawn' is unavailable: introduced in Android 28 android 351 | ret = posix_spawn( pid, argv[0], NULL, NULL, argv, environ ); | ^ /home/csrg/toolchains/llvm/aarch64-linux-android24/aarch64-linux-android24/usr/include/spawn.h:58:5: note: 'posix_spawn' has been explicitly marked unavailable here 58 | int posix_spawn(pid_t* _Nullable __pid, const char* _Nonnull __path, const posix_spawn_file_actions_t _Nullable * _Nullable __actions, const posix_spawnattr_t _Nullable * _Nullable __attr, char* const _Nullable __argv[_Nullable], char* const _Nullable __env[_Nullable]) __INTRODUCED_IN(28); | ^