Date: Wed, 25 Jan 2017 20:19:49 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312774 - head/lib/libthr/thread Message-ID: <201701252019.v0PKJnvV090063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Jan 25 20:19:48 2017 New Revision: 312774 URL: https://svnweb.freebsd.org/changeset/base/312774 Log: libthr: coalesce repeated #if blocks Modified: head/lib/libthr/thread/thr_exit.c Modified: head/lib/libthr/thread/thr_exit.c ============================================================================== --- head/lib/libthr/thread/thr_exit.c Wed Jan 25 20:12:07 2017 (r312773) +++ head/lib/libthr/thread/thr_exit.c Wed Jan 25 20:19:48 2017 (r312774) @@ -240,9 +240,6 @@ _pthread_exit_mask(void *status, sigset_ #ifdef PIC thread_uw_init(); -#endif /* PIC */ - -#ifdef PIC if (uwl_forcedunwind != NULL) { #else if (_Unwind_ForcedUnwind != NULL) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701252019.v0PKJnvV090063>