aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-attr3.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-attr3.c')
-rw-r--r--nptl/tst-attr3.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/nptl/tst-attr3.c b/nptl/tst-attr3.c
index 733e851..b5d4b89 100644
--- a/nptl/tst-attr3.c
+++ b/nptl/tst-attr3.c
@@ -1,5 +1,5 @@
/* pthread_getattr_np test.
- Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004, 2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
@@ -40,10 +40,10 @@ tf (void *arg)
ap = &a2;
err = pthread_attr_init (ap);
if (err)
- {
- error (0, err, "pthread_attr_init failed");
- return tf;
- }
+ {
+ error (0, err, "pthread_attr_init failed");
+ return tf;
+ }
}
else
ap = (pthread_attr_t *) arg;
@@ -353,7 +353,7 @@ do_test (void)
result = 1;
}
else if (ret != NULL)
- result = 1;
+ result = 1;
}
err = pthread_attr_init (&a);
@@ -379,7 +379,7 @@ do_test (void)
result = 1;
}
else if (ret != NULL)
- result = 1;
+ result = 1;
}
err = pthread_attr_setguardsize (&a, 16 * sysconf (_SC_PAGESIZE));
@@ -405,7 +405,7 @@ do_test (void)
result = 1;
}
else if (ret != NULL)
- result = 1;
+ result = 1;
}
err = pthread_attr_destroy (&a);