diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-07-03 14:12:59 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-07-03 14:12:59 +0200 |
commit | c28bfd7e33e5e08a01737ff2ff82f1e6e1e0e484 (patch) | |
tree | 6b86197ad113aa37ae9bd8396bb10c7c8300bbe7 | |
parent | a2c63d58ff27493d0aa7a463dafbabf5f4af5649 (diff) | |
parent | 0258bf34f58b4a2357150b61033f214e8c642315 (diff) | |
download | otp-c28bfd7e33e5e08a01737ff2ff82f1e6e1e0e484.tar.gz otp-c28bfd7e33e5e08a01737ff2ff82f1e6e1e0e484.tar.bz2 otp-c28bfd7e33e5e08a01737ff2ff82f1e6e1e0e484.zip |
Merge branch 'egil/fix-configure-pthread_getname/OTP-12887' into maint
* egil/fix-configure-pthread_getname/OTP-12887:
erts: Fix configure pthread_getname
-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>], |