This is actually needed before we make pthread_cancel available in libc.
pt-spin \
pt-getname-np \
pt-setname-np \
- cancellation \
# libpthread-routine
headers := \
routines := \
alloca_cutoff \
+ cancellation \
htlfreeres \
pt-alloc \
pt-attr \
__pthread_dealloc;
__pthread_dealloc_finish;
__pthread_setcancelstate;
+ __pthread_enable_asynccancel;
+ __pthread_disable_asynccancel;
__pthread_cond_broadcast;
__pthread_cond_destroy;
__pthread_cond_init;
__pthread_initialize_minimal;
__pthread_create;
- __pthread_enable_asynccancel;
- __pthread_disable_asynccancel;
}
}