Commits

Jordan Rose committed 2e3662d1e71
[stdlib] Tweak callback for pthread_create to avoid signature issues. (#2245) Use a wrapper closure to infer the correct argument and result type; continue using an IUO for the result type to allow implicit conversion.