summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-attr-getscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pt-attr-getscope.c')
-rw-r--r--sysdeps/generic/pt-attr-getscope.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/generic/pt-attr-getscope.c b/sysdeps/generic/pt-attr-getscope.c
index 4b013d2..a48ec6d 100644
--- a/sysdeps/generic/pt-attr-getscope.c
+++ b/sysdeps/generic/pt-attr-getscope.c
@@ -20,8 +20,7 @@
#include <pt-internal.h>
int
-__pthread_attr_getscope (const pthread_attr_t *attr,
- int *contentionscope)
+__pthread_attr_getscope (const pthread_attr_t *attr, int *contentionscope)
{
*contentionscope = attr->__contentionscope;
return 0;