HDFGroup / hdf5

Official HDF5® Library Repository
https://www.hdfgroup.org/
Other
632 stars 256 forks source link

Failed to build with thread-safe option set on Android #4987

Open sheldonrobinson opened 1 month ago

sheldonrobinson commented 1 month ago

Enabling thread-safe build results in compile error.

ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

Missing functions are pthread_cancel and pthread_setcancelstate

Platform

Additional context Add any other context about the problem here.

sheldonrobinson commented 1 month ago

Fixed found in #4986