mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
docker-credential-gcr calls pthread_getattr_np() which is only available with NPTL; i.e. always available with glibc (where it originates from, since 2.2.3), always available with musl (which has had it since 0.9.10 in 2013), and only available when uClibc has NPTL (since 1.0.0 in 2015). Fixes: https://autobuild.buildroot.org/results/525273d178d89ae8eef306d6ec662af368f20f73/ Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Signed-off-by: Julien Olivain <ju.o@free.fr>