about summary refs log tree commit diff
path: root/nptl/pthread_attr_setschedpolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_attr_setschedpolicy.c')
-rw-r--r--nptl/pthread_attr_setschedpolicy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_attr_setschedpolicy.c b/nptl/pthread_attr_setschedpolicy.c
index 70f439590f..8bc9ed20fb 100644
--- a/nptl/pthread_attr_setschedpolicy.c
+++ b/nptl/pthread_attr_setschedpolicy.c
@@ -22,9 +22,7 @@
 
 
 int
-__pthread_attr_setschedpolicy (attr, policy)
-     pthread_attr_t *attr;
-     int policy;
+__pthread_attr_setschedpolicy (pthread_attr_t *attr, int policy)
 {
   struct pthread_attr *iattr;