aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/shared_memory.h
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2016-04-15 13:36:22 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-04-15 13:37:04 +0300
commit8eb4821b67794180ea69e6f78292a70d84a14552 (patch)
tree5003e5ac202fc41058dc8ba424a2bfe946002125 /include/odp/api/spec/shared_memory.h
parentf562a886695fc8eb3832f4e7a13d4bff80db529a (diff)
Revert "api: make only the API visible"
Patch is not ready to be included. This reverts commit f562a886695fc8eb3832f4e7a13d4bff80db529a. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/shared_memory.h')
-rw-r--r--include/odp/api/spec/shared_memory.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/odp/api/spec/shared_memory.h b/include/odp/api/spec/shared_memory.h
index 8969462c2..5d851ce12 100644
--- a/include/odp/api/spec/shared_memory.h
+++ b/include/odp/api/spec/shared_memory.h
@@ -19,10 +19,6 @@ extern "C" {
#endif
-#if __GNUC__ >= 4
-#pragma GCC visibility push(default)
-#endif
-
/** @defgroup odp_shared_memory ODP SHARED MEMORY
* Operations on shared memory.
* @{
@@ -152,10 +148,6 @@ uint64_t odp_shm_to_u64(odp_shm_t hdl);
* @}
*/
-#if __GNUC__ >= 4
-#pragma GCC visibility pop
-#endif
-
#ifdef __cplusplus
}
#endif