Drop redundant brackets in call to _reclaim_reent
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
c8432a01c8
commit
f2e6553c25
@ -564,7 +564,7 @@ pthread::exit (void *value_ptr)
|
|||||||
|
|
||||||
if (_my_tls.local_clib.__sdidinit < 0)
|
if (_my_tls.local_clib.__sdidinit < 0)
|
||||||
_my_tls.local_clib.__sdidinit = 0;
|
_my_tls.local_clib.__sdidinit = 0;
|
||||||
(_reclaim_reent) (_REENT);
|
_reclaim_reent (_REENT);
|
||||||
|
|
||||||
if (InterlockedDecrement (&MT_INTERFACE->threadcount) == 0)
|
if (InterlockedDecrement (&MT_INTERFACE->threadcount) == 0)
|
||||||
::exit (0);
|
::exit (0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user