diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 05:57:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 05:57:49 +0000 |
commit | 58d975c3f477b5042b8ebb54dfefbe22116c9794 (patch) | |
tree | 629d79cad1fe00922f4c4fa339bc01ceb64c6fda /config_h.SH | |
parent | 5838c20cbc655050024f8cc4f3747da54d859745 (diff) | |
download | perl-58d975c3f477b5042b8ebb54dfefbe22116c9794.tar.gz |
Add a real scan for pthread_attr_setscope().
p4raw-id: //depot/perl@19604
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 382067773a..73cc186fe4 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2694,6 +2694,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PROCSELFEXE_PATH $procselfexe /**/ #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. + */ +#$d_pthread_attr_setscope 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> |