Added comment.

This commit is contained in:
Jennifer Averett
2000-01-13 18:23:42 +00:00
parent d78c6fe3d3
commit e7d76dc8a9
2 changed files with 2 additions and 0 deletions
@@ -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;
}
}
+1
View File
@@ -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;
}
}