debloat src/thread tree but putting lots of junk in one file
[musl] / src / thread / pthread_attr_getschedparam.c
diff --git a/src/thread/pthread_attr_getschedparam.c b/src/thread/pthread_attr_getschedparam.c
deleted file mode 100644 (file)
index de5fbfe..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "pthread_impl.h"
-
-int pthread_attr_getschedparam(const pthread_attr_t *restrict a, struct sched_param *restrict param)
-{
-       param->sched_priority = a->_a_prio;
-       return 0;
-}