mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 21:04:45 -05:00
HAVE_PTHREAD_ATTR_SETDETACHSTATE_NP should be HAVE_PTHREAD_ATTR_SETDETACH_NP
This commit is contained in:
parent
12b9ad0954
commit
962b8dc246
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue