summaryrefslogtreecommitdiff
path: root/ace/IO_SAP.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 02:07:04 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-27 02:07:04 +0000
commit736408b4d638d42de1bed839d077a2066b3a3ccb (patch)
treefa05e35775abdafce3bcef8d9bca0f34698cadb9 /ace/IO_SAP.cpp
parent37646f97340e1305ebf68c24cee2a32a2e7380d8 (diff)
downloadATCD-736408b4d638d42de1bed839d077a2066b3a3ccb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IO_SAP.cpp')
-rw-r--r--ace/IO_SAP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/IO_SAP.cpp b/ace/IO_SAP.cpp
index b043ac5074a..529fcb0e98f 100644
--- a/ace/IO_SAP.cpp
+++ b/ace/IO_SAP.cpp
@@ -40,7 +40,7 @@ ACE_IO_SAP::enable (int signum) const
if (ACE_IO_SAP::pid_ == 0)
ACE_IO_SAP::pid_ = ACE_OS::getpid ();
-#if !defined(ACE_WIN32)
+#if !defined(ACE_WIN32) && !defined (VXWORKS)
switch (signum)
{
@@ -91,7 +91,7 @@ ACE_IO_SAP::disable (int signum) const
{
ACE_TRACE ("ACE_IO_SAP::disable");
-#if !defined(ACE_WIN32)
+#if !defined(ACE_WIN32) && !defined (VXWORKS)
switch (signum)
{