summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_getschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_getschedparam.c')
-rw-r--r--lib/libc_r/uthread/uthread_getschedparam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_getschedparam.c b/lib/libc_r/uthread/uthread_getschedparam.c
index b6c0c35..09d8c1b 100644
--- a/lib/libc_r/uthread/uthread_getschedparam.c
+++ b/lib/libc_r/uthread/uthread_getschedparam.c
@@ -37,7 +37,8 @@
#include "pthread_private.h"
int
-pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param)
+pthread_getschedparam(pthread_t pthread, int *policy,
+ struct sched_param *param)
{
int ret;
OpenPOWER on IntegriCloud