aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_errno_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_errno_define.h')
-rw-r--r--platform/linux-generic/include/odp_errno_define.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/platform/linux-generic/include/odp_errno_define.h b/platform/linux-generic/include/odp_errno_define.h
index 94c30e793..7303c70c7 100644
--- a/platform/linux-generic/include/odp_errno_define.h
+++ b/platform/linux-generic/include/odp_errno_define.h
@@ -1,7 +1,5 @@
-/* Copyright (c) 2017, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2017-2018 Linaro Limited
*/
/**
@@ -17,7 +15,7 @@
extern "C" {
#endif
-extern __thread int __odp_errno;
+extern __thread int _odp_errno;
#ifdef __cplusplus
}