forked from Imagelibrary/rtems
Added prototype of POSIX_Thread_cancel_run to avoid warnings.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user