summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_getschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_attr_getschedparam.c')
-rw-r--r--src/thread/pthread_attr_getschedparam.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/thread/pthread_attr_getschedparam.c b/src/thread/pthread_attr_getschedparam.c
deleted file mode 100644
index de5fbfe2..00000000
--- a/src/thread/pthread_attr_getschedparam.c
+++ /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;
-}