summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index c485671e75..d2ffb41093 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -131,7 +131,7 @@ typedef struct {
typedef enum {
THREAD_API_RTEMS,
- THREAD_API_POSIX,
+ THREAD_API_POSIX
} Thread_APIs;
#define THREAD_API_FIRST THREAD_API_RTEMS