From 171bbec50871de9b60ae87c460bbfceebc26f769 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 10 Oct 2009 16:03:38 +0000 Subject: 2009-10-10 Joel Sherrill * posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/canceleval.c: Make psxcancel run again. _POSIX_Thread_Exit() can be called on running thread or another thread when it is cancelled. --- cpukit/posix/include/rtems/posix/threadsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/include/rtems/posix/threadsup.h') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index 673ee0ed12..e0d5ce9132 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -81,7 +81,7 @@ typedef struct { void _POSIX_Thread_Exit( Thread_Control *the_thread, void *value_ptr -) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; +); #endif /* end of include file */ -- cgit v1.2.3