libgomp/
* plugin/plugin-nvptx.c (nvptx_exec): Make it static.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245127
138bc75d-0d04-0410-961f-
82ee72b054a4
2017-02-02 Thomas Schwinge <thomas@codesourcery.com>
+ * plugin/plugin-nvptx.c (nvptx_exec): Make it static.
+
* libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
GOMP_OFFLOAD_openacc_exec. Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
pthread_mutex_unlock (&ptx_event_lock);
}
-void
+static void
nvptx_exec (void (*fn), size_t mapnum, void **hostaddrs, void **devaddrs,
int async, unsigned *dims, void *targ_mem_desc)
{