Index: openmp/trunk/runtime/src/kmp_ftn_entry.h =================================================================== --- openmp/trunk/runtime/src/kmp_ftn_entry.h +++ openmp/trunk/runtime/src/kmp_ftn_entry.h @@ -345,7 +345,7 @@ } #if OMP_50_ENABLED -int FTN_STDCALL FTN_CONTROL_TOOL(uint64_t command, uint64_t modifier, +int FTN_STDCALL FTN_CONTROL_TOOL(int command, int modifier, void *arg) { #if defined(KMP_STUB) || !OMPT_SUPPORT return -2;