summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2008-05-26 13:56:49 +0000
committerOlli Savia <ops@iki.fi>2008-05-26 13:56:49 +0000
commit6ff032c3727006479070f37ad21ee0e7e2de7c6a (patch)
treeb802fe135a1914549a5290278d196f29c16a3a7b
parentcf905a8e42579202c3fef618279abee4c91bc260 (diff)
downloadATCD-6ff032c3727006479070f37ad21ee0e7e2de7c6a.tar.gz
ChangeLogTag: Mon May 26 13:54:38 UTC 2008 Olli Savia <ops@iki.fi>
-rw-r--r--ACE/ChangeLog9
-rw-r--r--ACE/ace/config-lynxos.h3
2 files changed, 10 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2151742004f..fc4f92eaffb 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,11 +1,16 @@
+Mon May 26 13:54:38 UTC 2008 Olli Savia <ops@iki.fi>
+
+ * ace/config-lynxos.h:
+ Defined ACE_LACKS_POLL_H.
+
Mon May 26 07:28:23 UTC 2008 Ken Sedgwick <ken+5a4@bonsai.com>
- * rpmbuild/ace-tao.spec:
+ * rpmbuild/ace-tao.spec:
Clarified the tao-cosevent and tao-rtevent "Summary" tags.
Mon May 26 00:31:51 UTC 2008 Ken Sedgwick <ken+5a4@bonsai.com>
- * rpmbuild/ace-tao.spec:
+ * rpmbuild/ace-tao.spec:
Fixed rpm build error: bad tar extraction command.
Sun May 25 17:18:20 UTC 2008 Adam Mitz <mitza@ociweb.com>
diff --git a/ACE/ace/config-lynxos.h b/ACE/ace/config-lynxos.h
index 73558e51bd9..dccaca415e2 100644
--- a/ACE/ace/config-lynxos.h
+++ b/ACE/ace/config-lynxos.h
@@ -104,6 +104,9 @@
#define ACE_POSIX_SIG_PROACTOR
#define ACE_SCANDIR_CMP_USES_CONST_VOIDPTR
+// LynxOS has poll.h but it is unusable since implementation is not provided
+#define ACE_LACKS_POLL_H
+
#if ACE_MT_SAFE == 1
// Platform supports threads.
# define ACE_HAS_PTHREADS