GNOME Bugzilla – Bug 697626
Allow posix threads to be used on w32
Last modified: 2013-04-09 12:10:45 UTC
Right now --with-threads=posix doesn't really work on W32, because the condition used for choosing the right source file to compile is just OS_WIN32.
Created attachment 241046 [details] [review] Allow POSIX threads to be used if --with-threads=posix Patch against 2.36.0 All tests pass with this patch AND a good pthreads implementation (i'm using winpthreads, not pthreads-w32).
Created attachment 241053 [details] [review] win32: Allow POSIX threads to be used if --with-threads=posix All tests pass with this patch AND a good pthreads implementation (i'm using winpthreads, not pthreads-w32).
Attachment 241053 [details] pushed as 2ca9dda - win32: Allow POSIX threads to be used if --with-threads=posix