summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 12:09:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-25 12:09:27 +0000
commitbce23bdc985dab569f9d1363e3c292b9992f33c0 (patch)
treeb307bdba9c319a8cc636c35906dfd95e6df04a90 /cpukit/posix/include/rtems/posix/threadsup.h
parent2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-bce23bdc985dab569f9d1363e3c292b9992f33c0.tar.bz2
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/threadsup.h: Add no return atrribute to _POSIX_Thread_Exit().
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h
index e0d5ce9132..673ee0ed12 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 */