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
The typo in HAVE_PTHREAD_ATTR_GET`_`STACK (might be due to pthread_attr_get_np being different from
Linux's pthread_getattr_np) led to this code path never get called on FreeBSD.
Anyway, like Linux the first condition alone is enough, pthread_attr_getstack being present
even in the 9.x release's serie.
0 commit comments