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 | e0e3c57ad9f042b7ff4eb12755ee3feaad30892b (patch) | |
tree | bc4d1d996ba858771f56112ecdc7a993297397d7 /uconfig.sh | |
parent | 505656d388154e1318fd47e0b746bb415dc9e6cc (diff) | |
download | perl-e0e3c57ad9f042b7ff4eb12755ee3feaad30892b.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' |