diff options
Diffstat (limited to 'wince')
-rw-r--r-- | wince/config.ce | 2 | ||||
-rw-r--r-- | wince/config_H.ce | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/wince/config.ce b/wince/config.ce index 8f909062d8..6500d74c1c 100644 --- a/wince/config.ce +++ b/wince/config.ce @@ -296,6 +296,8 @@ d_pipe='undef' 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' diff --git a/wince/config_H.ce b/wince/config_H.ce index 029ee4d6ff..bded3866b6 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -2008,6 +2008,12 @@ */ /*#define OLD_PTHREAD_CREATE_JOINABLE /**/ +/* HAS_PTHREAD_ATFORK: + * This symbol, if defined, indicates that the pthread_atfork routine + * is available to setup fork handlers. + */ +/*#define HAS_PTHREAD_ATFORK / **/ + /* HAS_PTHREAD_YIELD: * This symbol, if defined, indicates that the pthread_yield * routine is available to yield the execution of the current @@ -3795,6 +3801,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 |