about summary refs log tree commit diff
path: root/htl/Versions
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:08 +0200
commit3caa6362d087e68ec864a08fc065ab0e72d29d71 (patch)
tree8534b9aae97db6556a586402b370fdaeb1e42348 /htl/Versions
parenta1a942fb5f786ebcc71631de020e05d6b6343985 (diff)
downloadglibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.gz
glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.xz
glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.zip
htl: move pthread_setschedparam into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-4-gfleury@disroot.org>
Diffstat (limited to 'htl/Versions')
-rw-r--r--htl/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions
index f376bf2f18..89d9d347a5 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -126,7 +126,7 @@ libpthread {
     pthread_rwlockattr_init; pthread_rwlockattr_setpshared;
 
     pthread_setcancelstate; pthread_setcanceltype;
-    pthread_setconcurrency; pthread_setschedparam;
+    pthread_setconcurrency;
     pthread_setschedprio; pthread_setspecific;
 
     pthread_sigmask;