X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=plan9%2Fconfig_h.sample;h=0c5d7b87c7114667c4925e96defbbc044180bcb9;hb=d36b65820b6b5e1d5ddb96186c8b7aa0b6e2ce9f;hp=2134e45e0e6f5561fc8b6bd72ed84c9757d1cfab;hpb=3099fc99273017468e5ddf7177e6764cfc105a6a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/plan9/config_h.sample b/plan9/config_h.sample index 2134e45..0c5d7b8 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 @@ -4181,7 +4188,7 @@ /* HAS_PTHREAD_ATFORK: * This symbol, if defined, indicates that the pthread_atfork routine - * is available setup fork handlers. + * is available to setup fork handlers. */ /*#define HAS_PTHREAD_ATFORK / **/