summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 16:37:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-13 16:37:11 +0000
commit50d1e15412911ed16139eb3bca701947337691df (patch)
tree09a330e799564fd9f4062a629b29a278e2897e38 /cpukit
parent2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-50d1e15412911ed16139eb3bca701947337691df.tar.bz2
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsgsubmit.c: Remove extra #else.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/coremsgsubmit.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 95e8c494e5..7e9c2bfc63 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/src/coremsgsubmit.c: Remove extra #else.
+
+2009-09-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/coremsg.inl, score/src/coremsg.c,
score/src/coremsgbroadcast.c, score/src/coremsginsert.c,
score/src/coremsgseize.c, score/src/coremsgsubmit.c: Add wrappers for
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index def07005bd..23f9f10256 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -63,7 +63,6 @@ CORE_message_queue_Status _CORE_message_queue_Submit(
CORE_message_queue_API_mp_support_callout api_message_queue_mp_support,
#else
CORE_message_queue_API_mp_support_callout api_message_queue_mp_support __attribute__((unused)),
- #else
#endif
CORE_message_queue_Submit_types submit_type,
bool wait,