aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-23 13:44:41 +0200
committerMatias Elo <matias.elo@nokia.com>2023-04-13 10:44:33 +0300
commit03dea35e34ee0351a9457fc11e069b722d16525c (patch)
treecd8f7b39ecf6328aebf1e78b3a13f94022046c4e /include
parent22c87a7033cb70a2f97ea1c8d0138252e897f259 (diff)
api: errno: remove mention about errno values specified in api spec
Setting errno has been removed from all ODP APIs outside errno module. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/odp/api/spec/errno.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/odp/api/spec/errno.h b/include/odp/api/spec/errno.h
index bbd820192..98884da01 100644
--- a/include/odp/api/spec/errno.h
+++ b/include/odp/api/spec/errno.h
@@ -31,8 +31,7 @@ extern "C" {
* may initialize errno to zero at anytime by calling odp_errno_zero(). Other
* ODP functions never set errno to zero. Valid errno values are non-zero
* and implementation specific. It's also implementation specific which
- * functions set errno in addition to those explicitly specified by
- * the API spec. ODP errno is initially zero.
+ * functions set errno. ODP errno is initially zero.
*
* @{
*/