summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 09:30:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-05 09:30:14 +0000
commit2a38b1942c15b3f7bc3523d26220221f66c14252 (patch)
tree5e24cda6655f5b4a377ee25d42e82b2c9091b380
parent495e19cae375f41d3d89c70029323a8d69ff1d75 (diff)
downloadATCD-2a38b1942c15b3f7bc3523d26220221f66c14252.tar.gz
ChangeLogTag: Wed Jan 5 09:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa6c10a7c6f..0d7c3b00e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jan 5 09:30:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_NS_Thread.inl (sigwait):
+ On Solaris it seems we have two versions of sigwait, one with one
+ argument, another with two arguments. Added a check to detect which
+ one to use and implemented both variants. I tested this on Solaris 8
+ and there it works, is should fix the compile problems in the
+ Solaris 10 x86 isis build
+
Wed Jan 5 09:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Dev_Poll_Reactor.cpp: