about summary refs log tree commit diff
path: root/nptl/pthread_attr_setscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_attr_setscope.c')
-rw-r--r--nptl/pthread_attr_setscope.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_attr_setscope.c b/nptl/pthread_attr_setscope.c
index 8f510bfec2..7559d105db 100644
--- a/nptl/pthread_attr_setscope.c
+++ b/nptl/pthread_attr_setscope.c
@@ -22,9 +22,7 @@
 
 
 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;