summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_attr_setinheritsched.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_attr_setinheritsched.c')
-rw-r--r--libpthread/nptl/pthread_attr_setinheritsched.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_attr_setinheritsched.c b/libpthread/nptl/pthread_attr_setinheritsched.c
index 8a77eeb65..9d0234aaa 100644
--- a/libpthread/nptl/pthread_attr_setinheritsched.c
+++ b/libpthread/nptl/pthread_attr_setinheritsched.c
@@ -23,9 +23,9 @@
int
-__pthread_attr_setinheritsched (attr, inherit)
- pthread_attr_t *attr;
- int inherit;
+__pthread_attr_setinheritsched (
+ pthread_attr_t *attr,
+ int inherit)
{
struct pthread_attr *iattr;