diff options
| author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:40 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
| commit | d69a010e7b12fe4fae749f92983de7e505c247cf (patch) | |
| tree | 409bf8c2dd3fd9bd04a8c3d02646b816c1becf2c /htl/Makefile | |
| parent | 330c1fad5b909399a245e96f3e1db5fbaa6ea413 (diff) | |
| download | glibc-d69a010e7b12fe4fae749f92983de7e505c247cf.tar.xz glibc-d69a010e7b12fe4fae749f92983de7e505c247cf.zip | |
htl: move pthread_attr_setstacksize 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 d9faf5080c..445c0af8ae 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -31,7 +31,6 @@ libpthread-routines := \ pt-attr-setscope \ pt-attr-setstack \ pt-attr-setstackaddr \ - pt-attr-setstacksize \ pt-barrier-destroy \ pt-barrier-init \ pt-barrier-wait \ @@ -206,6 +205,7 @@ routines := \ pt-attr-setdetachstate \ pt-attr-setinheritsched \ pt-attr-setschedpolicy \ + pt-attr-setstacksize \ pt-getschedparam \ pt-nthreads \ pt-pthread_self \ |
