1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

htl: move pthread_setcanceltype into libc.

Message-ID: <20250103103750.870897-7-gfleury@disroot.org>
This commit is contained in:
gfleury
2025-01-03 12:37:50 +02:00
committed by Samuel Thibault
parent 265c5991af
commit 9a31eb64db
10 changed files with 13 additions and 11 deletions

View File

@@ -118,6 +118,9 @@ extern int __pthread_cond_clockwait (pthread_cond_t *cond,
libc_hidden_proto (__pthread_cond_clockwait);
extern int __pthread_cond_destroy (pthread_cond_t *cond);
libc_hidden_proto (__pthread_cond_destroy);
extern int __pthread_setcanceltype (int __type, int *__oldtype);
libc_hidden_proto (__pthread_setcanceltype);
extern int __pthread_sigmask (int, const sigset_t *, sigset_t *);
libc_hidden_proto (__pthread_sigmask);