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:
@@ -22,8 +22,6 @@
|
||||
#include <pthread.h>
|
||||
|
||||
int __pthread_attr_init (pthread_attr_t *);
|
||||
int __pthread_attr_setschedparam (pthread_attr_t *,
|
||||
const struct sched_param *);
|
||||
int __pthread_condattr_destroy (pthread_condattr_t *);
|
||||
int __pthread_condattr_init (pthread_condattr_t *);
|
||||
int __pthread_cond_broadcast (pthread_cond_t *);
|
||||
@@ -62,8 +60,6 @@ int _cthreads_ftrylockfile (FILE *);
|
||||
struct pthread_functions
|
||||
{
|
||||
int (*ptr_pthread_attr_init) (pthread_attr_t *);
|
||||
int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
|
||||
const struct sched_param *);
|
||||
int (*ptr_pthread_condattr_destroy) (pthread_condattr_t *);
|
||||
int (*ptr_pthread_condattr_init) (pthread_condattr_t *);
|
||||
int (*ptr_pthread_cond_broadcast) (pthread_cond_t *);
|
||||
|
Reference in New Issue
Block a user