From e0e3c57ad9f042b7ff4eb12755ee3feaad30892b Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 24 May 2003 06:23:51 +0000 Subject: Introduce (undefined) pthread_attr_setscope to non-Configure lands. p4raw-id: //depot/perl@19607 --- plan9/config.plan9 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plan9/config.plan9') diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 5b509c25cb..cbafb389b1 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3927,6 +3927,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* 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_SIGPROCMASK: * This symbol, if defined, indicates that the sigprocmask * system call is available to examine or change the signal mask -- cgit v1.2.1