From 2b3e9d9b244e279ef5693a7cf5dacc7903164af5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:46:48 +0000 Subject: Remove, moved to cpukit. --- c/src/exec/posix/include/rtems/posix/cancel.h | 29 --------------------------- 1 file changed, 29 deletions(-) delete mode 100644 c/src/exec/posix/include/rtems/posix/cancel.h (limited to 'c/src/exec/posix/include/rtems/posix/cancel.h') diff --git a/c/src/exec/posix/include/rtems/posix/cancel.h b/c/src/exec/posix/include/rtems/posix/cancel.h deleted file mode 100644 index 935912a298..0000000000 --- a/c/src/exec/posix/include/rtems/posix/cancel.h +++ /dev/null @@ -1,29 +0,0 @@ -/* rtems/posix/cancel.h - * - * $Id$ - */ - -#ifndef __RTEMS_POSIX_CANCEL_h -#define __RTEMS_POSIX_CANCEL_h - -typedef struct { - Chain_Node Node; - void (*routine)( void * ); - void *arg; -} POSIX_Cancel_Handler_control; - -/* - * _POSIX_Threads_cancel_run - * - * DESCRIPTION: - * - * This support routine runs through the chain of cancel handlers that - * have been registered and executes them. - */ - -void _POSIX_Threads_cancel_run( - Thread_Control *the_thread -); - -#endif -/* end of include file */ -- cgit v1.2.3