svn commit: r312774 - head/lib/libthr/thread

Ed Maste emaste at FreeBSD.org
Wed Jan 25 20:19:50 UTC 2017


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) {


More information about the svn-src-all mailing list