On Wed, Feb 18, 2015 at 01:59:25PM +0300, Ilya Tocar wrote:
> Hi,
>
> On android dlerror returns const char*.
Looks like POSIX violation.
> Ok for trunk?
>
> libgomp/
> * target.c (gomp_load_plugin_for_device): Fix type of dlerror
> return value.
> (DLSYM_OPT): Ditto.
Therefo
Hi,
On android dlerror returns const char*.
Ok for trunk?
libgomp/
* target.c (gomp_load_plugin_for_device): Fix type of dlerror
return value.
(DLSYM_OPT): Ditto.
---
libgomp/target.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libgomp/target.c