From c9e1dc4b750f0bf2266b75612e5ab0e8705ca73e Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 2 Jul 2002 19:59:51 +0000 Subject: ChangeLogTag:Tue Jul 2 11:53:29 2002 Steve Huston --- ace/Thread_Control.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Thread_Control.cpp') diff --git a/ace/Thread_Control.cpp b/ace/Thread_Control.cpp index e5fff02d507..c5828d61842 100644 --- a/ace/Thread_Control.cpp +++ b/ace/Thread_Control.cpp @@ -71,8 +71,8 @@ ACE_Thread_Control::~ACE_Thread_Control (void) // Exit from thread (but clean up first). -void * -ACE_Thread_Control::exit (void *exit_status, int do_thr_exit) +ACE_THR_FUNC_RETURN +ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit) { ACE_OS_TRACE ("ACE_Thread_Control::exit"); -- cgit v1.2.1