aboutsummaryrefslogtreecommitdiff
path: root/htl/Versions
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:08 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:10 +0200
commit79de1a0ca28af8f000688dbd51addad78bd804b1 (patch)
tree2b3e635a2da3a96c49c5daf25ff3c9aed16afec3 /htl/Versions
parent3caa6362d087e68ec864a08fc065ab0e72d29d71 (diff)
downloadglibc-79de1a0ca28af8f000688dbd51addad78bd804b1.zip
glibc-79de1a0ca28af8f000688dbd51addad78bd804b1.tar.gz
glibc-79de1a0ca28af8f000688dbd51addad78bd804b1.tar.bz2
htl: move pthread_attr_getschedparam into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org> Message-Id: <20230716084414.107245-5-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 89d9d34..b61fc3f 100644
--- a/htl/Versions
+++ b/htl/Versions
@@ -68,7 +68,7 @@ libpthread {
pthread_attr_destroy; pthread_attr_getdetachstate;
pthread_attr_getguardsize; pthread_attr_getinheritsched;
- pthread_attr_getschedparam; pthread_attr_getschedpolicy;
+ pthread_attr_getschedpolicy;
pthread_attr_getscope; pthread_attr_getstack; pthread_attr_getstackaddr;
pthread_attr_getstacksize; pthread_attr_init; pthread_attr_setdetachstate;
pthread_attr_setguardsize; pthread_attr_setinheritsched;