libthr: coalesce repeated #if blocks

This commit is contained in:
Ed Maste 2017-01-25 20:19:48 +00:00
parent 338e227ac0
commit 2d0e733b3a

View file

@ -240,9 +240,6 @@ _pthread_exit_mask(void *status, sigset_t *mask)
#ifdef PIC
thread_uw_init();
#endif /* PIC */
#ifdef PIC
if (uwl_forcedunwind != NULL) {
#else
if (_Unwind_ForcedUnwind != NULL) {