pthread_t was just added to thread.c but they are not defined. I think they are defined in the PThread.h which is has a if defined pragma for __OpenBSD__ which could be hiding the define of pthread_t.
Looks like the references to pthread_t was added at the just the other day by Rodrigo in on 5/10 https://github.com/mono/mono/commit/8ec520f0344c715f4701984253b49fe324c84014 8ec520f0 and 5/11 https://github.com/mono/mono/commit/56a14b4071c74ca508dd6b68de89a04429047691#mono/metadata/threads.c 56a14b40 . The timing of the Win32 build breaking is in step with these changes. -- View this message in context: http://mono.1490590.n4.nabble.com/thread-c-broken-on-Win32-by-56a14b40-8ec520f0-tp3520738p3520738.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
