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