From 59b7fe99f2593682ba779fe0faa8f1156d48d087 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 22:23:52 +0000 Subject: htl: Add support for libc cancellation points --- sysdeps/htl/pthreadP.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/htl') diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index 7de9612..2bb4baa 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -84,6 +84,7 @@ int __pthread_attr_setstacksize (pthread_attr_t *__attr, size_t __stacksize); int __pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr, size_t __stacksize); int __pthread_attr_getstack (const pthread_attr_t *, void **, size_t *); +void __pthread_testcancel (void); #if IS_IN (libpthread) hidden_proto (__pthread_key_create) -- cgit v1.1