aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/errno.h')
-rw-r--r--include/odp/api/spec/errno.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/odp/api/spec/errno.h b/include/odp/api/spec/errno.h
index 9b60a98ba..85c002e2b 100644
--- a/include/odp/api/spec/errno.h
+++ b/include/odp/api/spec/errno.h
@@ -1,7 +1,5 @@
-/* Copyright (c) 2015, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2015-2018 Linaro Limited
*/
/**
@@ -10,8 +8,8 @@
* ODP errno API
*/
-#ifndef ODP_ERRNO_H_
-#define ODP_ERRNO_H_
+#ifndef ODP_API_SPEC_ERRNO_H_
+#define ODP_API_SPEC_ERRNO_H_
#include <odp/visibility_begin.h>
#ifdef __cplusplus
@@ -20,6 +18,8 @@ extern "C" {
/**
* @defgroup odp_errno ODP ERRNO
+ * Error number.
+ *
* @details
* <b> ODP errno </b>
*
@@ -29,8 +29,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.
*
* @{
*/