From 5a68f45a44aec7e0a407715c2824a7a872bb4fea Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Wed, 13 Oct 2021 16:23:53 +0200 Subject: [PATCH] [PATCH 77/90] add POCL_EXPORT to additional symbols needed if hardening is enabled Gbp-Pq: Name 0077-add-POCL_EXPORT-to-additional-symbols-needed-if-hard.patch --- lib/CL/pocl_util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CL/pocl_util.h b/lib/CL/pocl_util.h index d8cb866..35527ff 100644 --- a/lib/CL/pocl_util.h +++ b/lib/CL/pocl_util.h @@ -107,8 +107,10 @@ cl_int pocl_create_command_migrate (_cl_command_node **cmd, void pocl_command_enqueue (cl_command_queue command_queue, _cl_command_node *node); +POCL_EXPORT int pocl_alloc_or_retain_mem_host_ptr (cl_mem mem); +POCL_EXPORT int pocl_release_mem_host_ptr (cl_mem mem); /* does several sanity checks on buffer & given memory region */ -- 2.30.2