Re: [ovs-dev] [PATCH] util.c: Include pthread_np.h on FreeBSD

2013-08-30 Thread Ben Pfaff
On Fri, Aug 30, 2013 at 10:56:08AM -0400, Ed Maste wrote: > Signed-off-by: Ed Maste Thanks, applied to master and branch-2.0. > --- > On FreeBSD pthread_set_name_np's prototype is provided by pthread_np.h. > As I believe it is the only platform to provide the "set_name" (with an > underscore) va

[ovs-dev] [PATCH] util.c: Include pthread_np.h on FreeBSD

2013-08-30 Thread Ed Maste
Signed-off-by: Ed Maste --- On FreeBSD pthread_set_name_np's prototype is provided by pthread_np.h. As I believe it is the only platform to provide the "set_name" (with an underscore) variant I hope it's fine to use the existing autoconf macro HAVE_PTHREAD_SET_NAME_NP. lib/util.c | 3 +++ 1 file