summaryrefslogtreecommitdiff
path: root/vos
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-05 12:46:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-05 12:46:02 +0000
commit921b29636518a15a86ae5128eab7e7c275037ce6 (patch)
treeb655d3907937321623e1272fd1779b3704dccff3 /vos
parenta3ba788f0191e8b9b81ce65b28b93f4b5b27686e (diff)
downloadperl-921b29636518a15a86ae5128eab7e7c275037ce6.tar.gz
Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
(from vos/config.h). Update Porting/{Glossary,config*}. p4raw-id: //depot/cfgperl@2204
Diffstat (limited to 'vos')
-rw-r--r--vos/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vos/config.h b/vos/config.h
index 90d2d49522..7f4c1a257d 100644
--- a/vos/config.h
+++ b/vos/config.h
@@ -2003,12 +2003,6 @@
/*#define HAS_PTHREAD_YIELD /**/
/*#define HAS_SCHED_YIELD /**/
-/* PTHREADS_CREATED_JOINABLE:
- * This symbol, if defined, indicates that pthreads are created
- * in the joinable (aka undetached) state.
- */
-/*#define PTHREADS_CREATED_JOINABLE /**/
-
/* USE_THREADS:
* This symbol, if defined, indicates that Perl should
* be built to use threads.