http://bugs.winehq.org/show_bug.cgi?id=21896
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |UPSTREAM
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2012-05-03 02:56:28 CDT --- (In reply to comment #1)
OpenBSD does not have kernel threads. The OpenBSD pthreads library implements threads in userspace. (OpenBSD is the only operating system, that I know, where pthreads are not kernel threads. They say that Wine 1.1.19 uses kernel threads, but this is not true for OpenBSD!) The OpenBSD pthreads library does override multiple libc functions, including sigaltstack().
Wine requires kernel threads. This will have to be addressed in OpenBSD.