fix name of HAVE_PTHREAD_SETNAME_3
This commit is contained in:
parent
fe7fe5876f
commit
0ab0c8a502
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rumpuser_port.h,v 1.30 2014/03/21 12:28:54 pooka Exp $ */
|
||||
/* $NetBSD: rumpuser_port.h,v 1.31 2014/03/21 16:03:35 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Portability header for non-NetBSD platforms.
|
||||
|
@ -20,8 +20,8 @@
|
|||
#define PLATFORM_HAS_FSYNC_RANGE
|
||||
#define PLATFORM_HAS_NBSYSCTL
|
||||
#define PLATFORM_HAS_NBFILEHANDLE
|
||||
#ifndef HAVE_PTHREAD_SETNAME3
|
||||
#define HAVE_PTHREAD_SETNAME3
|
||||
#ifndef HAVE_PTHREAD_SETNAME_3
|
||||
#define HAVE_PTHREAD_SETNAME_3
|
||||
#endif
|
||||
|
||||
#define PLATFORM_HAS_STRSUFTOLL
|
||||
|
|
Loading…
Reference in New Issue