mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
16 lines
417 B
C
16 lines
417 B
C
$NetBSD: patch-Source_WTF_wtf_Threading.h,v 1.1 2014/12/30 17:23:47 adam Exp $
|
|
|
|
* Add Solaris/SunOS support
|
|
|
|
--- Source/WTF/wtf/Threading.h.orig 2013-11-27 01:01:21.000000000 +0000
|
|
+++ Source/WTF/wtf/Threading.h
|
|
@@ -112,6 +112,8 @@ using WTF::createThread;
|
|
using WTF::currentThread;
|
|
using WTF::detachThread;
|
|
using WTF::waitForThreadCompletion;
|
|
+#if !OS(SOLARIS)
|
|
using WTF::yield;
|
|
+#endif
|
|
|
|
#endif // Threading_h
|