summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-20 15:01:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-20 15:01:20 +0000
commit0d85d8777a6ec9fdcc93593180474ebff6fbbccb (patch)
treeb7a90ec24c4eeb104282c17fe156d049c6fbbf70 /dosish.h
parentfe572743bdc94988ae47d8a129c5f974e72052a1 (diff)
downloadperl-0d85d8777a6ec9fdcc93593180474ebff6fbbccb.tar.gz
OLD_PTHREADS_API reorganizing.
p4raw-id: //depot/cfgperl@2028
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/dosish.h b/dosish.h
index 1d52d0c0cd..589bd56cf8 100644
--- a/dosish.h
+++ b/dosish.h
@@ -16,20 +16,7 @@
# define NO_LOCALECONV_MON_THOUSANDS_SEP
# endif
# ifdef USE_THREADS
-# define NEED_PTHREAD_INIT
# define OLD_PTHREADS_API
-# define YIELD pthread_yield(NULL)
-# define DETACH(t) \
- STMT_START { \
- if (pthread_detach(&(t)->self)) { \
- MUTEX_UNLOCK(&(t)->mutex); \
- croak("panic: DETACH"); \
- } \
- } STMT_END
-# define pthread_mutexattr_default NULL
-# define pthread_condattr_default NULL
-# define pthread_addr_t any_t
-# define PTHREAD_CREATE_JOINABLE (&err)
# endif
#else /* DJGPP */
# ifdef WIN32