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 | 4a951f3bdb7770d467d855b90a7eda414ff03211 (patch) | |
tree | bc4d1d996ba858771f56112ecdc7a993297397d7 /uconfig.h | |
parent | 89de0c00ac2c7ab1bdebc4399e0003357225d991 (diff) | |
download | perl-4a951f3bdb7770d467d855b90a7eda414ff03211.tar.gz |
Introduce (undefined) pthread_attr_setscope to non-Configure lands.
p4raw-id: //depot/perl@19607
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2670,6 +2670,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_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need <sys/uio.h> |