From 0a3946f6e72c7b92272bff0068f4604f290ebd79 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Nov 1999 12:46:58 +0000 Subject: Added prototype of POSIX_Thread_cancel_run to avoid warnings. --- c/src/exec/posix/include/rtems/posix/cancel.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c/src/exec/posix/include') diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h index e6d80275f4..30c2f17975 100644 --- a/c/src/exec/posix/include/rtems/posix/cancel.h +++ b/c/src/exec/posix/include/rtems/posix/cancel.h @@ -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 */ -- cgit v1.2.3