summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
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 /c/src/exec/score
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 'c/src/exec/score')
-rw-r--r--c/src/exec/score/headers/thread.h2
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/headers/thread.h b/c/src/exec/score/headers/thread.h
index c485671e75..d2ffb41093 100644
--- a/c/src/exec/score/headers/thread.h
+++ b/c/src/exec/score/headers/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
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index c485671e75..d2ffb41093 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/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