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