diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-26 22:53:27 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-12-09 02:03:18 +0100 |
| commit | ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce (patch) | |
| tree | 7e39145f90a2c327ed533a2b1221f4361ff12584 /sysdeps/htl/pthreadP.h | |
| parent | 25699c4c3ab7617fc3506ee0a6123881c78812ea (diff) | |
| download | glibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.tar.xz glibc-ebd85cdc4ad93a7dfff17fcffaf84336fdd676ce.zip | |
htl: move pthread_condattr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <20241126205329.2215295-6-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 68e6cf17b0..afdf2cbd9f 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -98,11 +98,13 @@ int __pthread_attr_getstack (const pthread_attr_t *, void **, size_t *); libc_hidden_proto (__pthread_attr_getstack) void __pthread_testcancel (void); int __pthread_attr_init (pthread_attr_t *attr); +int __pthread_condattr_init (pthread_condattr_t *attr); #define __pthread_raise_internal(__sig) raise (__sig) libc_hidden_proto (__pthread_self) libc_hidden_proto (__pthread_attr_init) +libc_hidden_proto (__pthread_condattr_init) #if IS_IN (libpthread) hidden_proto (__pthread_create) |
