aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-07-03 14:14:50 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-07-03 14:14:50 +0200
commit3db7a35080d2836476a38d85391e1fcb7e7feb86 (patch)
tree4e8ec24ef287895d59a5e8ab5a98d28fbe724b88 /erts
parent10d4063181dfceba2a1f0799c98ddeecf4495d82 (diff)
parentc28bfd7e33e5e08a01737ff2ff82f1e6e1e0e484 (diff)
downloadotp-3db7a35080d2836476a38d85391e1fcb7e7feb86.tar.gz
otp-3db7a35080d2836476a38d85391e1fcb7e7feb86.tar.bz2
otp-3db7a35080d2836476a38d85391e1fcb7e7feb86.zip
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r--erts/aclocal.m42
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>],