diff options
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c index 7686e8ca29..66976ff615 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -84,7 +84,7 @@ sigcancel_handler (int sig __attribute ((unused))) /* Run the registered destructors and terminate the thread. */ - __do_cancel (CURRENT_STACK_FRAME); + __do_cancel (); } break; |