From e74664016b025ea9718da59e680555961444ee4d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 17 Apr 2011 12:09:47 -0400 Subject: fix some minor issues in cancellation handling patch signals were wrongly left masked, and cancellability state was not switched to disabled, during the execution of cleanup handlers. --- src/thread/i386/syscall_cp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/thread/i386/syscall_cp.s') diff --git a/src/thread/i386/syscall_cp.s b/src/thread/i386/syscall_cp.s index 6f98a779..6d8c354b 100644 --- a/src/thread/i386/syscall_cp.s +++ b/src/thread/i386/syscall_cp.s @@ -33,4 +33,4 @@ __syscall_cp_asm: movl %eax,4(%ecx) movl %eax,(%ecx) pushl $-1 - call pthread_exit + call __cancel -- cgit v1.2.1