Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intercept GC_pthread_cancel and GC_pthread_exit on Cosmo
Issue #666 (bdwgc). These symbols are intercepted now, to match that on Linux. * include/gc/gc_config_macros.h [!GC_HAVE_PTHREAD_EXIT]: Check HOST_ANDROID and __ANDROID__ macros only if GC_LINUX_THREADS. * include/gc/gc_config_macros.h [!GC_HAVE_PTHREAD_EXIT && __COSMOPOLITAN__] (GC_HAVE_PTHREAD_EXIT): Define.
- Loading branch information