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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user