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.sh | |
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.sh')
-rwxr-xr-x | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 4156865268..f64ec026ba 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -258,6 +258,7 @@ d_poll='undef' d_portable='undef' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' |