aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src/common
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-06-25 16:56:55 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-06-30 14:41:21 +0200
commit50169c34511242987e6f2a047c79a0f7e1b7cfcc (patch)
treeda5ed5ad58448df5750308b7bd3312bf4f13f033 /erts/lib_src/common
parent461dc05384eece7b4b7d84370fb0a2cf96ed2f6d (diff)
downloadotp-50169c34511242987e6f2a047c79a0f7e1b7cfcc.tar.gz
otp-50169c34511242987e6f2a047c79a0f7e1b7cfcc.tar.bz2
otp-50169c34511242987e6f2a047c79a0f7e1b7cfcc.zip
erts: Separate ethread inlining from ethread.h
The commit adb5dc0090bc419e2c4c1250653badbddeb6263b (ETHR_FORCE_INLINE) broke some platforms without adequate thread support.
Diffstat (limited to 'erts/lib_src/common')
-rw-r--r--erts/lib_src/common/erl_misc_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/lib_src/common/erl_misc_utils.c b/erts/lib_src/common/erl_misc_utils.c
index 8bf7656bb0..d58a28b5cb 100644
--- a/erts/lib_src/common/erl_misc_utils.c
+++ b/erts/lib_src/common/erl_misc_utils.c
@@ -25,7 +25,7 @@
# include <windows.h>
#endif
-#include "ethread.h"
+#include "ethread_inline.h"
#include "erl_misc_utils.h"
#if defined(__WIN32__)