diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:23:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:23:51 +0000 |
commit | e0e3c57ad9f042b7ff4eb12755ee3feaad30892b (patch) | |
tree | bc4d1d996ba858771f56112ecdc7a993297397d7 /plan9 | |
parent | 505656d388154e1318fd47e0b746bb415dc9e6cc (diff) | |
download | perl-e0e3c57ad9f042b7ff4eb12755ee3feaad30892b.tar.gz |
Introduce (undefined) pthread_attr_setscope to non-Configure lands.
p4raw-id: //depot/perl@19607
Diffstat (limited to 'plan9')
-rw-r--r-- | plan9/config.plan9 | 7 | ||||
-rw-r--r-- | plan9/config_h.sample | 7 | ||||
-rw-r--r-- | plan9/config_sh.sample | 1 |
3 files changed, 15 insertions, 0 deletions
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 diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 2134e45e0e..1b3b26dbee 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -3872,6 +3872,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 diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 2b5abec488..f0bc351bf8 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -324,6 +324,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' |