svn commit: r312304 - projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libpthread

Ngie Cooper ngie at FreeBSD.org
Mon Jan 16 18:52:07 UTC 2017


Author: ngie
Date: Mon Jan 16 18:52:05 2017
New Revision: 312304
URL: https://svnweb.freebsd.org/changeset/base/312304

Log:
  Remove explicit pthread_np.h #include, per change in libnetbsd at r312303

Modified:
  projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libpthread/t_join.c

Modified: projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libpthread/t_join.c
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libpthread/t_join.c	Mon Jan 16 18:51:27 2017	(r312303)
+++ projects/netbsd-tests-upstream-01-2017/contrib/netbsd-tests/lib/libpthread/t_join.c	Mon Jan 16 18:52:05 2017	(r312304)
@@ -37,10 +37,6 @@ __RCSID("$NetBSD: t_join.c,v 1.8 2012/03
 
 #include <atf-c.h>
 
-#ifdef __FreeBSD__
-#include <pthread_np.h>
-#endif
-
 #include "h_common.h"
 
 #ifdef CHECK_STACK_ALIGNMENT


More information about the svn-src-projects mailing list