1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

htl: move pthread_attr_setschedparam into libc.

Signed-off-by: gfleury <gfleury@disroot.org>
This commit is contained in:
gfleury
2024-11-18 13:21:43 +02:00
committed by Samuel Thibault
parent 32aa498ceb
commit f26b272a75
9 changed files with 8 additions and 15 deletions

View File

@@ -55,10 +55,6 @@ name decl \
FORWARD (pthread_attr_init, (pthread_attr_t *attr), (attr), 0)
FORWARD (pthread_attr_setschedparam,
(pthread_attr_t *attr, const struct sched_param *param),
(attr, param), 0)
FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0)
FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0)