summaryrefslogtreecommitdiff
path: root/NetWare
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:23:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:23:51 +0000
commite0e3c57ad9f042b7ff4eb12755ee3feaad30892b (patch)
treebc4d1d996ba858771f56112ecdc7a993297397d7 /NetWare
parent505656d388154e1318fd47e0b746bb415dc9e6cc (diff)
downloadperl-e0e3c57ad9f042b7ff4eb12755ee3feaad30892b.tar.gz
Introduce (undefined) pthread_attr_setscope to non-Configure lands.
p4raw-id: //depot/perl@19607
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/config.wc1
-rw-r--r--NetWare/config_H.wc7
2 files changed, 8 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc
index 60bbaaea0d..818272cf81 100644
--- a/NetWare/config.wc
+++ b/NetWare/config.wc
@@ -298,6 +298,7 @@ d_poll='undef'
d_portable='define'
d_procselfexe='undef'
d_pthread_atfork='undef'
+d_pthread_attr_setscope='undef'
d_pthread_yield='undef'
d_pwage='undef'
d_pwchange='undef'
diff --git a/NetWare/config_H.wc b/NetWare/config_H.wc
index a1f6bad0d4..1991c435a8 100644
--- a/NetWare/config_H.wc
+++ b/NetWare/config_H.wc
@@ -1815,6 +1815,13 @@
#define SCHED_YIELD /**/
/*#define HAS_SCHED_YIELD /**/
+/* HAS_PTHREAD_ATTR_SETSCOPE:
+ * This symbol, if defined, indicates that the pthread_attr_setscope
+ * system call is available to set the contention scope attribute of
+ * a thread attribute object.
+ */
+/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/
+
/* HAS_READV:
* This symbol, if defined, indicates that the readv routine is
* available to do gather reads. You will also need <sys/uio.h>