summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 03:11:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-05 03:11:24 +0000
commit3790c7502b79fce038bae92ac79c5d0aa1027422 (patch)
treea065937554576ea97b7e84ebb0151a579c7dcd7c
parentdfadf97f55ad2044303d0ff65225cd3c699bdd53 (diff)
downloadATCD-3790c7502b79fce038bae92ac79c5d0aa1027422.tar.gz
removed ACE_HAS_PTHREAD_YIELD_VOIDPTR, because it's no longer used
-rw-r--r--ace/README2
-rw-r--r--ace/config-tandem.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/ace/README b/ace/README
index 9e11c91a7b5..f98aa2bcbcd 100644
--- a/ace/README
+++ b/ace/README
@@ -383,8 +383,6 @@ ACE_HAS_PTHREAD_SIGMASK Platform has pthread_sigmask()
defined.
ACE_HAS_PTHREAD_T Platform has pthread_t
defined.
-ACE_HAS_PTHREAD_YIELD_VOIDPTR pthread_yield() takes a void
- pointer arg.
ACE_HAS_PURIFY Purify'ing. Set by wrapper_macros.GNU.
ACE_HAS_QUANTIFY Quantify'ing. Set by wrapper_macros.GNU.
ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS Platform will recurse
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index d58ce1fd75e..0b1f5490736 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -204,8 +204,6 @@
//ACE_HAS_PTHREAD_MUTEXATTR_SETKIND_NP Platform has
// pthread_mutexattr_setkind_np().
//ACE_HAS_PTHREAD_T Platform has pthread_t defined.
-//ACE_HAS_PTHREAD_YIELD_VOIDPTR pthread_yield() takes a void pointer
-// arg.
//ACE_HAS_THREAD_SELF Platform has thread_self() rather
// than pthread_self() (e.g., DCETHREADS and AIX)
//ACE_HAS_THR_C_DEST The pthread_keycreate() routine *