From 53544380266a8eb38bef9389562fba3ed58a0d11 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Oct 2014 11:12:28 -0700 Subject: foo --- nptl/pthreadP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl') diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index d4415ba933..2f489cb913 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -227,8 +227,8 @@ extern int __pthread_debug attribute_hidden; /* Cancellation test. */ #define CANCELLATION_P(self) \ do { \ - int cancelhandling = THREAD_GETMEM (self, cancelhandling); \ - if (CANCEL_ENABLED_AND_CANCELED (cancelhandling)) \ + int _cancelhandling = THREAD_GETMEM (self, cancelhandling); \ + if (CANCEL_ENABLED_AND_CANCELED (_cancelhandling)) \ { \ THREAD_SETMEM (self, result, PTHREAD_CANCELED); \ __do_cancel (); \ -- cgit 1.4.1