diff options
author | Guy-Fleury Iteriteka <gfleury@disroot.org> | 2023-07-16 10:44:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-08-24 01:57:08 +0200 |
commit | 3caa6362d087e68ec864a08fc065ab0e72d29d71 (patch) | |
tree | 8534b9aae97db6556a586402b370fdaeb1e42348 /htl/Versions | |
parent | a1a942fb5f786ebcc71631de020e05d6b6343985 (diff) | |
download | glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.zip glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.gz glibc-3caa6362d087e68ec864a08fc065ab0e72d29d71.tar.bz2 |
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/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/Versions b/htl/Versions index f376bf2..89d9d34 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; |