summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index af956ca19cf..46414f95aaf 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -79,7 +79,7 @@ public:
// notifies the <ACE_Reactor::instance> so that it can wake up
// and close down gracefully.
- static sig_atomic_t event_loop_done (void);
+ static int event_loop_done (void);
// Report if the <ACE_Reactor::instance>'s event loop is finished.
ACE_Reactor (ACE_Reactor_Impl *implementation = 0);