diff options
author | gfleury <gfleury@disroot.org> | 2024-11-18 13:21:43 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-11-19 01:37:35 +0100 |
commit | f26b272a75d8b57b3b7c213bf6eb413724b9827b (patch) | |
tree | e1614f04b4aaaf92a4d354a5913e6d4de7d34cce /htl/Makefile | |
parent | 32aa498cebb8f34ee4d9f71fbaac2ffd92c19278 (diff) | |
download | glibc-f26b272a75d8b57b3b7c213bf6eb413724b9827b.tar.gz glibc-f26b272a75d8b57b3b7c213bf6eb413724b9827b.tar.xz glibc-f26b272a75d8b57b3b7c213bf6eb413724b9827b.zip |
htl: move pthread_attr_setschedparam 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 eae1c70958..555ab9b8cd 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -27,7 +27,6 @@ LCLHDRS := libpthread-routines := \ pt-attr-init \ pt-attr-setguardsize \ - pt-attr-setschedparam \ pt-barrier-destroy \ pt-barrier-init \ pt-barrier-wait \ @@ -201,6 +200,7 @@ routines := \ pt-attr-getstacksize \ pt-attr-setdetachstate \ pt-attr-setinheritsched \ + pt-attr-setschedparam \ pt-attr-setschedpolicy \ pt-attr-setscope \ pt-attr-setstack \ |