summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 17:39:14 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 17:39:14 +0000
commit7865fc5dfd43f7fd9c01dc2342fae261f958ed1d (patch)
tree386400c1acaa2f97bc3e8b1574aabd5a24e4bcea
parent0cc992ceeacc9e0cf87202c34b434adb5a319a12 (diff)
downloadATCD-7865fc5dfd43f7fd9c01dc2342fae261f958ed1d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 54018915383..ce6c1d677e4 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -19,6 +19,17 @@ Tue Oct 13 07:28:38 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Makefile,examples/Bounded_Packet_Relay/Makefile:
updated dependencies.
+ * ace/OS.[hi],config-fsu-pthread.h,config-aix-4.[12].x.h,
+ config-mit-pthread.h,config-hpux-10.x.h,config-hpux11.h,
+ config-irix6.x-{g++,sgic++}.h,config-mvs.h,config-tandem.h,
+ config-osf1-3.2.h,config-osf1-4.0.h,config-sco-5.0.0-mit-pthread.h,
+ config-irix6.x-common.h:
+ removed ACE_HAS_TID_T and ACE_HAS_PTHREAD_T support. ACE_hthread_t
+ is now a simple typedef of pthread_t. It was before, also, but not
+ so simple :-) Before, it was a typedef of tid_t on platforms
+ that had ACE_HAS_TID_T but not ACE_HAS_PTHREAD_T. There were
+ no such platforms; so, it was pthread_t on all PTHREADS platforms.
+
Tue Oct 13 00:19:42 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* ace/OS.i (sema_destroy): I believe I've fixed the rats nest of