diff options
Diffstat (limited to 'lang/cilk/patches/patch-ac')
-rw-r--r-- | lang/cilk/patches/patch-ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/cilk/patches/patch-ac b/lang/cilk/patches/patch-ac deleted file mode 100644 index 0862e6f20f4..00000000000 --- a/lang/cilk/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/07/11 08:15:09 jtb Exp $ - ---- runtime/workers.c.orig -+++ runtime/workers.c -@@ -60,8 +60,10 @@ - CILK_CHECK(tid, (NULL, "could not malloc tid\n")); - - pthread_attr_init(&attr); /* initialize attr with default attributes */ -+#ifdef PTHREAD_SCOPE_SYSTEM - pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); - /* system-wide contention */ -+#endif - - for (i = 0; i < USE_PARAMETER(active_size); i++) - { |