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
Auto merge of #694 - dhduvall:master, r=alexcrichton
PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on Solaris
Compiles of libc on Solaris fail because we're trying to assign a 32-bit constant to a 16-bit struct member.
0 commit comments