diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-06-22 16:35:12 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-06-22 16:35:12 +0000 |
| commit | 9d2412c9e55726c08fe2c8b59966c8d6ff5e3b90 (patch) | |
| tree | 3ffdbb1f660a5a751b85f45d8567dcb4e7271f6a /openmp/runtime/src/z_Linux_util.c | |
| parent | 1a1056798b31474051cee12816fa1aa3175838aa (diff) | |
| download | bcm5719-llvm-9d2412c9e55726c08fe2c8b59966c8d6ff5e3b90.tar.gz bcm5719-llvm-9d2412c9e55726c08fe2c8b59966c8d6ff5e3b90.zip | |
Apply the KMP_USE_FUTEX feature macro everywhere
llvm-svn: 273438
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.c')
| -rw-r--r-- | openmp/runtime/src/z_Linux_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/z_Linux_util.c b/openmp/runtime/src/z_Linux_util.c index 6cca7b852ed..5f42d722a42 100644 --- a/openmp/runtime/src/z_Linux_util.c +++ b/openmp/runtime/src/z_Linux_util.c @@ -423,7 +423,7 @@ __kmp_affinity_determine_capable(const char *env_var) /* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */ -#if KMP_USE_FUTEX && !KMP_OS_CNK +#if KMP_USE_FUTEX int __kmp_futex_determine_capable() @@ -440,7 +440,7 @@ __kmp_futex_determine_capable() return retval; } -#endif // KMP_USE_FUTEX && !KMP_OS_CNK +#endif // KMP_USE_FUTEX /* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */ |

