summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/bits/cancelation.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/bits/cancelation.h')
-rw-r--r--sysdeps/pthread/bits/cancelation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/cancelation.h b/sysdeps/pthread/bits/cancelation.h
index be93619..56cf1af 100644
--- a/sysdeps/pthread/bits/cancelation.h
+++ b/sysdeps/pthread/bits/cancelation.h
@@ -21,7 +21,7 @@
struct __pthread_cancelation_handler
{
- void (*__handler)(void *);
+ void (*__handler) (void *);
void *__arg;
struct __pthread_cancelation_handler *__next;
};