diff options
| author | gfleury <gfleury@disroot.org> | 2024-12-31 15:49:02 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-01 23:44:32 +0100 |
| commit | 826b1bbccab9f7f82c9541fc6d8fca00ba8a91bf (patch) | |
| tree | 15026e07a0ac8d987aca005576aef88bb751d55d /sysdeps/htl/pthreadP.h | |
| parent | cf13f740a91b5bbf6bb60a30b45c2a3933ff1259 (diff) | |
| download | glibc-826b1bbccab9f7f82c9541fc6d8fca00ba8a91bf.tar.xz glibc-826b1bbccab9f7f82c9541fc6d8fca00ba8a91bf.zip | |
htl: move pthread_mutexattr_init into libc.
Message-ID: <20241231134909.1166440-2-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/pthreadP.h')
| -rw-r--r-- | sysdeps/htl/pthreadP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index fa47648a96..b32c41b1d0 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -38,7 +38,6 @@ extern int __pthread_mutex_trylock (pthread_mutex_t *_mutex); extern int __pthread_mutex_timedlock (pthread_mutex_t *__mutex, const struct timespec *__abstime); extern int __pthread_mutex_unlock (pthread_mutex_t *__mutex); -extern int __pthread_mutexattr_init (pthread_mutexattr_t *attr); extern int __pthread_mutexattr_settype (pthread_mutexattr_t *attr, int kind); extern int __pthread_cond_init (pthread_cond_t *cond, |
