mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libthr: coalesce repeated #if blocks
This commit is contained in:
parent
338e227ac0
commit
2d0e733b3a
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue