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
Remove NEED_PTHREAD_INIT macro and its usage in AIX hints
pthread_init is not a real function (in POSIX or AIX pthread), and
doesn't appear to have ever existed. Trying to use it causes a compiler
failure when using ibm-clang.
0 commit comments