aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/rwlock_recursive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/rwlock_recursive.h')
-rw-r--r--include/odp/api/spec/rwlock_recursive.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/include/odp/api/spec/rwlock_recursive.h b/include/odp/api/spec/rwlock_recursive.h
index 1c19c7217..6b4afcbbe 100644
--- a/include/odp/api/spec/rwlock_recursive.h
+++ b/include/odp/api/spec/rwlock_recursive.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 recursive read/write lock
*/
-#ifndef ODP_API_RWLOCK_RECURSIVE_H_
-#define ODP_API_RWLOCK_RECURSIVE_H_
+#ifndef ODP_API_SPEC_RWLOCK_RECURSIVE_H_
+#define ODP_API_SPEC_RWLOCK_RECURSIVE_H_
#include <odp/visibility_begin.h>
#ifdef __cplusplus