don't declare pthread_mutexattr_settype() ourselves if the system already does it, we might have a slightly different declaration and this causes problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -741,6 +741,9 @@
|
||||
/* Define if you have pthread_mutexattr_t and functions to work with it */
|
||||
#undef HAVE_PTHREAD_MUTEXATTR_T
|
||||
|
||||
/* Define if you have pthread_mutexattr_settype() declaration */
|
||||
#undef HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL
|
||||
|
||||
/* Define if you have PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
|
||||
#undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER
|
||||
|
||||
|
Reference in New Issue
Block a user