Added prototype of POSIX_Thread_cancel_run to avoid warnings.

This commit is contained in:
Joel Sherrill
1999-11-03 12:46:58 +00:00
parent d76608e048
commit 0a3946f6e7
2 changed files with 24 additions and 0 deletions

View File

@@ -12,5 +12,17 @@ typedef struct {
void *arg;
} POSIX_Cancel_Handler_control;
/*
* POSIX_Thread_cancel_run
*
* DESCRIPTION:
*
* XXX
*/
void POSIX_Thread_cancel_run(
Thread_Control *the_thread
);
#endif
/* end of include file */

View File

@@ -12,5 +12,17 @@ typedef struct {
void *arg;
} POSIX_Cancel_Handler_control;
/*
* POSIX_Thread_cancel_run
*
* DESCRIPTION:
*
* XXX
*/
void POSIX_Thread_cancel_run(
Thread_Control *the_thread
);
#endif
/* end of include file */