summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:46:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-03 12:46:58 +0000
commit0a3946f6e72c7b92272bff0068f4604f290ebd79 (patch)
treec873588c63e5d8c85807972ea81456178d71b938 /c/src/exec/posix/include/rtems/posix
parentTypo fixed by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-0a3946f6e72c7b92272bff0068f4604f290ebd79.tar.bz2
Added prototype of POSIX_Thread_cancel_run to avoid warnings.
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix')
-rw-r--r--c/src/exec/posix/include/rtems/posix/cancel.h12
1 files changed, 12 insertions, 0 deletions
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 */