diff options
| author | gfleury <gfleury@disroot.org> | 2025-02-16 16:54:26 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-16 22:59:07 +0100 |
| commit | e618b671cdac1e98632ec9db439a585a55739e4b (patch) | |
| tree | 0be6bffa09ded48528d527bffad8a10e89b33256 /sysdeps/htl/pthreadP.h | |
| parent | 8f842ce13e5ba7577decb4ad6d66e159d00b18c7 (diff) | |
| download | glibc-e618b671cdac1e98632ec9db439a585a55739e4b.tar.xz glibc-e618b671cdac1e98632ec9db439a585a55739e4b.zip | |
htl: move pthread_rwlockattr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20250216145434.7089-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 9ded2f8576..2f779d27cc 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -114,6 +114,8 @@ libc_hidden_proto (__pthread_mutexattr_gettype) extern int __pthread_mutexattr_settype(pthread_mutexattr_t *__attr, int __type); libc_hidden_proto (__pthread_mutexattr_settype) +extern int __pthread_rwlockattr_init (pthread_rwlockattr_t *__attr); +libc_hidden_proto (__pthread_rwlockattr_init) extern int __pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t *cond_attr); |
