diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-13 00:06:12 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-14 23:13:14 +0100 |
| commit | 2716bd6b128b05f0bfc5a58f03159a49320b2ab2 (patch) | |
| tree | 2684f612b7f7e98369c10366ec4438c3e245ffd9 /sysdeps/htl/pthreadP.h | |
| parent | 79cb83c7f9d648c214e4c61fe5bd1c376b38e723 (diff) | |
| download | glibc-2716bd6b128b05f0bfc5a58f03159a49320b2ab2.tar.xz glibc-2716bd6b128b05f0bfc5a58f03159a49320b2ab2.zip | |
htl: move pthread_sigmask into libc.
Message-ID: <20241212220612.782313-3-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/pthreadP.h')
| -rw-r--r-- | sysdeps/htl/pthreadP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index afdf2cbd9f..adb81bc241 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -55,6 +55,8 @@ extern int __pthread_cond_clockwait (pthread_cond_t *cond, const struct timespec *abstime) __nonnull ((1, 2, 4)); extern int __pthread_cond_destroy (pthread_cond_t *cond); +extern int __pthread_sigmask (int, const sigset_t *, sigset_t *); +libc_hidden_proto (__pthread_sigmask); typedef struct __cthread *__cthread_t; typedef int __cthread_key_t; |
