You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android pthread symbols are provided by bionic libc; there is no separate
libpthread. Adding -lpthread triggers a link error (-lpthread not found).
Guard pthread linkage with (UNIX AND NOT ANDROID) and document the reason.
Other UNIX platforms (Linux, *BSD) still link against pthread explicitly; no
behavior change elsewhere.
0 commit comments