Skip to content
Snippets Groups Projects
Commit 962b8dc2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

HAVE_PTHREAD_ATTR_SETDETACHSTATE_NP should be HAVE_PTHREAD_ATTR_SETDETACH_NP

parent 12b9ad09
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ LDAP_BEGIN_DECL
#endif
#if !defined( HAVE_PTHREAD_ATTR_SETDETACHSTATE ) && \
defined( HAVE_PTHREAD_ATTR_SETDETACHSTATE_NP )
defined( HAVE_PTHREAD_ATTR_SETDETACH_NP )
#define pthread_attr_setdetachstate( a, b ) \
pthread_attr_setdetach_np( a, b )
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment