mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 11:59:53 +08:00
Added comment.
This commit is contained in:
@@ -81,6 +81,7 @@ CORE_mutex_Status _CORE_mutex_Surrender(
|
||||
/* should never occur */
|
||||
return CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED;
|
||||
case CORE_MUTEX_NESTING_BLOCKS:
|
||||
/* Currently no API exercises this behavior. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -81,6 +81,7 @@ CORE_mutex_Status _CORE_mutex_Surrender(
|
||||
/* should never occur */
|
||||
return CORE_MUTEX_STATUS_NESTING_NOT_ALLOWED;
|
||||
case CORE_MUTEX_NESTING_BLOCKS:
|
||||
/* Currently no API exercises this behavior. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user