summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-22 14:31:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-22 14:31:59 +0100
commita6524b9ca7b51d845f7aae21e4ff326360a0b7ba (patch)
treee8b9e28ecfe147ba22b8d0f241bcdd07255b0253 /cpukit/sapi
parentscore: Move _Thread_queue_Requeue() (diff)
downloadrtems-a6524b9ca7b51d845f7aae21e4ff326360a0b7ba.tar.bz2
score: Simplify debug code and use _Assert()
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/src/interrtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/src/interrtext.c b/cpukit/sapi/src/interrtext.c
index e08414bf9f..09bc215df5 100644
--- a/cpukit/sapi/src/interrtext.c
+++ b/cpukit/sapi/src/interrtext.c
@@ -44,7 +44,7 @@ static const char *const internal_error_text[] = {
"INTERNAL_ERROR_BAD_STACK_HOOK",
"INTERNAL_ERROR_BAD_ATTRIBUTES",
"INTERNAL_ERROR_IMPLEMENTATION_KEY_CREATE_INCONSISTENCY",
- "INTERNAL_ERROR_IMPLEMENTATION_BLOCKING_OPERATION_CANCEL",
+ "OBSOLETE_INTERNAL_ERROR_IMPLEMENTATION_BLOCKING_OPERATION_CANCEL",
"INTERNAL_ERROR_MUTEX_OBTAIN_FROM_BAD_STATE",
"INTERNAL_ERROR_UNLIMITED_AND_MAXIMUM_IS_0",
"OBSOLETE_INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP",