summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/cancel.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/posix/include/rtems/posix/cancel.h b/cpukit/posix/include/rtems/posix/cancel.h
index e6d80275f4..30c2f17975 100644
--- a/cpukit/posix/include/rtems/posix/cancel.h
+++ b/cpukit/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 */