summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_setcanceltype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_setcanceltype.c')
-rw-r--r--libpthread/nptl/pthread_setcanceltype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_setcanceltype.c b/libpthread/nptl/pthread_setcanceltype.c
index bbe87ba64..47c104b02 100644
--- a/libpthread/nptl/pthread_setcanceltype.c
+++ b/libpthread/nptl/pthread_setcanceltype.c
@@ -23,9 +23,9 @@
int
-__pthread_setcanceltype (type, oldtype)
- int type;
- int *oldtype;
+__pthread_setcanceltype (
+ int type,
+ int *oldtype)
{
volatile struct pthread *self;