mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
- pthread_getname_np not available with musl libc, add patch to disable usage for musl (patch inspired/ported from [1]) Fixes: - http://autobuild.buildroot.net/results/ed372a4a8e50d9e20be589eeda40c92888d709bc platform/default/thread.cpp: In function ‘std::string mbgl::platform::getCurrentThreadName()’: platform/default/thread.cpp:14:5: error: ‘pthread_getname_np’ was not declared in this scope; did you mean ‘pthread_setname_np’? 14 | pthread_getname_np(pthread_self(), name, sizeof(name)); | ^~~~~~~~~~~~~~~~~~ | pthread_setname_np [1]e64dd67f43/srcpkgs/qt5/patches/0014-musl-set_thread_name_np.patchSigned-off-by: Peter Seiderer <ps.report@gmx.net> [yann.morin.1998@free.fr: add uClibc] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit4c8ec58504) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>