projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b54a6
)
(sigcancel_handler): Don't set EXITING_BIT here.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 4 Apr 2003 07:56:14 +0000
(07:56 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 4 Apr 2003 07:56:14 +0000
(07:56 +0000)
nptl/init.c
patch
|
blob
|
history
diff --git
a/nptl/init.c
b/nptl/init.c
index
2c85d87
..
9d557cc
100644
(file)
--- a/
nptl/init.c
+++ b/
nptl/init.c
@@
-155,14
+155,8
@@
sigcancel_handler (int sig __attribute ((unused)))
/* Make sure asynchronous cancellation is still enabled. */
if ((newval & CANCELTYPE_BITMASK) != 0)
- {
- /* The thread is exiting now. */
- atomic_bit_set (&self->cancelhandling, EXITING_BIT);
-
- /* Run the registered destructors and terminate the
- thread. */
- __do_cancel ();
- }
+ /* Run the registered destructors and terminate the thread. */
+ __do_cancel ();
break;
}