2017-06-23 9:50 GMT+02:00 Wuweijia <wuwei...@huawei.com>:
> hg_intercepts.c:97:61: note: in definition of macro 'PTH_FUNC'
>
>     ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBPTHREAD_SONAME,f)(args); \
>
>                                                              ^
>
> hg_intercepts.c:1644:10: error: unknown type name 'pthread_barrierattr_t'
>
>           pthread_barrierattr_t* attr, unsigned long count)
>

Check config.h.
HAVE_PTHREAD_BARRIER_INIT, and HAVE_PTHREAD_SPIN_LOCK should be #undef'ined.
If they are defined then check config.log and try to determined why
they are enabled
even if ndk does not supposedly provide them.

I.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to