diff options
author | Ed Maste <emaste@FreeBSD.org> | 2017-01-25 20:19:48 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2017-01-25 20:19:48 +0000 |
commit | 2d0e733b3a99fb74fd966ebcb9788fdefcf956b4 (patch) | |
tree | 56e3c7e2bea5a36b5728a1a8d911ff630b83ae49 | |
parent | 338e227ac0b27dd8ab7138e6f0c12105076195c6 (diff) |
Notes
-rw-r--r-- | lib/libthr/thread/thr_exit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libthr/thread/thr_exit.c b/lib/libthr/thread/thr_exit.c index a2d67de8f7eb..53904c6feaf2 100644 --- a/lib/libthr/thread/thr_exit.c +++ b/lib/libthr/thread/thr_exit.c @@ -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) { |