From c2c9feebdc8e4e43d1d0002f587bd3b7c46d598f Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Sun, 16 Jul 2023 10:44:12 +0200 Subject: htl: move pthread_attr_setschedpolicy into libc Signed-off-by: Guy-Fleury Iteriteka Message-Id: <20230716084414.107245-9-gfleury@disroot.org> --- htl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htl/Makefile') diff --git a/htl/Makefile b/htl/Makefile index ecdc977e11..b8809fe804 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -30,7 +30,7 @@ libpthread-routines := pt-attr pt-attr-destroy pt-attr-getdetachstate \ pt-attr-getstack pt-attr-getstackaddr pt-attr-getstacksize \ pt-attr-init pt-attr-setdetachstate pt-attr-setguardsize \ pt-attr-setschedparam \ - pt-attr-setschedpolicy pt-attr-setscope pt-attr-setstack \ + pt-attr-setscope pt-attr-setstack \ pt-attr-setstackaddr pt-attr-setstacksize \ \ pt-barrier-destroy pt-barrier-init pt-barrier-wait \ @@ -166,7 +166,7 @@ distribute := routines := forward libc_pthread_init alloca_cutoff htlfreeres pt-nthreads pt-pthread_self pt-self pt-equal \ pt-getschedparam pt-setschedparam pt-attr-getschedparam pt-attr-getinheritsched \ - pt-attr-setinheritsched pt-attr-getschedpolicy + pt-attr-setinheritsched pt-attr-getschedpolicy pt-attr-setschedpolicy shared-only-routines = forward extra-libs := libpthread -- cgit 1.4.1