summaryrefslogtreecommitdiff
path: root/ace/Reactor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-06 00:51:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-06 00:51:23 +0000
commit65a0647219dfe8dd20d06b1716a848516be540a6 (patch)
tree01a1797d6968059d75ff164298bde3d833dbc6b8 /ace/Reactor.cpp
parent89e75446daa50f690451c5424d73253c107cfe75 (diff)
downloadATCD-65a0647219dfe8dd20d06b1716a848516be540a6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Reactor.cpp')
-rw-r--r--ace/Reactor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp
index 02b5a93a9ff..0ac7c9b8b3d 100644
--- a/ace/Reactor.cpp
+++ b/ace/Reactor.cpp
@@ -1813,7 +1813,9 @@ ACE_Reactor::check_handles (void)
}
rd_mask.clr_bit (handle);
#else /* !ACE_WIN32 */
- if (ACE_OS::fstat (handle, 0) == -1)
+ struct stat &temp;
+
+ if (ACE_OS::fstat (handle, &temp) == -1)
{
result = 1;
this->remove_handler_i (handle,