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

htl: move pthread_attr_setscope into libc.

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

View File

@@ -29,7 +29,6 @@
static const struct pthread_functions pthread_functions = {
.ptr_pthread_attr_init = __pthread_attr_init,
.ptr_pthread_attr_setschedparam = __pthread_attr_setschedparam,
.ptr_pthread_attr_setscope = __pthread_attr_setscope,
.ptr_pthread_condattr_destroy = __pthread_condattr_destroy,
.ptr_pthread_condattr_init = __pthread_condattr_init,
.ptr_pthread_cond_broadcast = __pthread_cond_broadcast,