summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_testcancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_testcancel.c')
-rw-r--r--libpthread/nptl/pthread_testcancel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_testcancel.c b/libpthread/nptl/pthread_testcancel.c
index e9b17b493..fbd597a77 100644
--- a/libpthread/nptl/pthread_testcancel.c
+++ b/libpthread/nptl/pthread_testcancel.c
@@ -24,5 +24,6 @@
void
pthread_testcancel (void)
{
+ int cancelhandling;
CANCELLATION_P (THREAD_SELF);
}