diff options
author | Dan Gudmundsson <[email protected]> | 2015-11-23 12:48:48 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-11-23 12:48:48 +0100 |
commit | ab1bf8631008ea62443366125c6932db2e2af69a (patch) | |
tree | 428248577b666a0d990720923c1dc9ecad595be7 /erts/include/internal | |
parent | ce2c40a26be94b564a3d7178321e26e81d71ab93 (diff) | |
parent | ba77723f5d81e9e52fb4e2abdffc70ccd3d3e8de (diff) | |
download | otp-ab1bf8631008ea62443366125c6932db2e2af69a.tar.gz otp-ab1bf8631008ea62443366125c6932db2e2af69a.tar.bz2 otp-ab1bf8631008ea62443366125c6932db2e2af69a.zip |
Merge branch 'maint'
* maint:
win32: Fix mixed cygwin and msys configure tests
Diffstat (limited to 'erts/include/internal')
-rw-r--r-- | erts/include/internal/ethread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/include/internal/ethread.h b/erts/include/internal/ethread.h index 899aa4ad3c..4eeb7097f4 100644 --- a/erts/include/internal/ethread.h +++ b/erts/include/internal/ethread.h @@ -54,7 +54,8 @@ #endif #if defined(ETHR_DEBUG) || !defined(ETHR_INLINE) || ETHR_XCHK \ - || (defined(__GNUC__) && defined(ERTS_MIXED_CYGWIN_VC)) + || (defined(__GNUC__) && defined(ERTS_MIXED_CYGWIN_VC)) \ + || (defined(__GNUC__) && defined(ERTS_MIXED_MSYS_VC)) # undef ETHR_INLINE # define ETHR_INLINE # undef ETHR_FORCE_INLINE |