https://bugzilla.novell.com/show_bug.cgi?id=654883
https://bugzilla.novell.com/show_bug.cgi?id=654883#c3 --- Comment #3 from Paolo Molaro <[email protected]> 2010-11-23 11:48:13 UTC --- If the sem implemenation on openbsd is similar to http://fxr.googlebit.com/source/lib/libc_r/uthread/uthread_sem.c?v=NETBSD-CURRENT it could cause other issues. Maybe on such systems it would be better to use pipe(2) and implement post/wait with write/read on the pipes. It will use 2 file descriptors, though, if the system doesn't provide other robust alternatives... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
