add bug # url

This commit is contained in:
landry 2012-05-17 10:23:24 +00:00
parent 730c80a594
commit 981c23b608

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c,v 1.5 2012/05/17 08:59:00 landry Exp $
$OpenBSD: patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c,v 1.6 2012/05/17 10:23:24 landry Exp $
Don't only check for _POSIX_THREAD_PRIORITY_SCHEDULING being defined, but check that it's > 0
on openbsd/rthreads it's -1 atm.
https://bugzilla.mozilla.org/show_bug.cgi?id=756047
--- mozilla/nsprpub/pr/src/pthreads/ptthread.c.orig Sat May 12 17:33:01 2012
+++ mozilla/nsprpub/pr/src/pthreads/ptthread.c Sat May 12 17:35:46 2012
@@ -59,6 +59,10 @@