diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:45 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | 7f045c0b48633b198b42bebdff0024d7cfab3901 (patch) | |
| tree | 3466f2e4d5825b6eab71c438e4eea2f46c04029c /htl/pt-initialize.c | |
| parent | 1a1cedd635506a1e5f97d19bcd03fad1c3c29c12 (diff) | |
| download | glibc-7f045c0b48633b198b42bebdff0024d7cfab3901.tar.xz glibc-7f045c0b48633b198b42bebdff0024d7cfab3901.zip | |
htl: move pthread_attr_init into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl/pt-initialize.c')
| -rw-r--r-- | htl/pt-initialize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htl/pt-initialize.c b/htl/pt-initialize.c index 835d741215..b082a13b54 100644 --- a/htl/pt-initialize.c +++ b/htl/pt-initialize.c @@ -27,7 +27,6 @@ #if IS_IN (libpthread) static const struct pthread_functions pthread_functions = { - .ptr_pthread_attr_init = __pthread_attr_init, .ptr_pthread_condattr_destroy = __pthread_condattr_destroy, .ptr_pthread_condattr_init = __pthread_condattr_init, .ptr_pthread_cond_broadcast = __pthread_cond_broadcast, |
