summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-13 15:38:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-13 15:38:03 +0000
commitb38955b04337fc82d424a1ff79c472b5af9932c6 (patch)
tree70cb05694561284df86990bc8c3b6221953d61a5 /cpukit/score/include
parentcomment added to describe synchronization logic in timeout routine (diff)
downloadrtems-b38955b04337fc82d424a1ff79c472b5af9932c6.tar.bz2
comma removed from end of last enumerated element
Diffstat (limited to 'cpukit/score/include')
-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