diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:34 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:08:27 +0100 |
| commit | f55cf584ff1a20e33df24a4e4369c444904270f5 (patch) | |
| tree | 53627175f44ec45358a5236efbb937b986f83515 /htl/Makefile | |
| parent | 736befab6ca9069a9ff7d92b1db3f32655512307 (diff) | |
| download | glibc-f55cf584ff1a20e33df24a4e4369c444904270f5.tar.xz glibc-f55cf584ff1a20e33df24a4e4369c444904270f5.zip | |
htl: move __pthread_default_attr into libc
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl/Makefile')
| -rw-r--r-- | htl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Makefile b/htl/Makefile index bd1afe8009..beb39e5fea 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -25,7 +25,6 @@ SYSDEPS := lockfile LCLHDRS := libpthread-routines := \ - pt-attr \ pt-attr-getguardsize \ pt-attr-getscope \ pt-attr-getstack \ @@ -198,6 +197,7 @@ routines := \ forward \ htlfreeres \ libc_pthread_init \ + pt-attr \ pt-attr-destroy \ pt-attr-getdetachstate \ pt-attr-getinheritsched \ |
