summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index 582a487e600..996beceaa57 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -165,7 +165,7 @@ public:
static int end_event_loop (void);
// Instruct the <ACE_Proactor::instance> to terminate its event loop.
- static sig_atomic_t event_loop_done (void);
+ static int event_loop_done (void);
// Report if the <ACE_Proactor::instance> event loop is finished.
virtual int close (void);