diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-07-02 15:09:41 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-07-02 15:10:10 +0200 |
commit | 0258bf34f58b4a2357150b61033f214e8c642315 (patch) | |
tree | 40c9039767967e04eb38696dcff703c50fd6d19f /erts/aclocal.m4 | |
parent | 92a0cf0cafb20181982554d9a95247c86f9db4e4 (diff) | |
download | otp-0258bf34f58b4a2357150b61033f214e8c642315.tar.gz otp-0258bf34f58b4a2357150b61033f214e8c642315.tar.bz2 otp-0258bf34f58b4a2357150b61033f214e8c642315.zip |
erts: Fix configure pthread_getname
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r-- | erts/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4 index 01541aff72..bf48c832b3 100644 --- a/erts/aclocal.m4 +++ b/erts/aclocal.m4 @@ -1900,7 +1900,7 @@ case "$THR_LIB_NAME" in #define _DARWIN_C_SOURCE #include <pthread.h>], [char buff[256]; pthread_getname_np(pthread_self(), buff, 256);], - pthread_getname=normal) + pthread_getname=linux) AC_TRY_LINK([#define __USE_GNU #define _DARWIN_C_SOURCE #include <pthread.h>], |