diff --git a/openmp/libomptarget/src/rtl.h b/openmp/libomptarget/src/rtl.h --- a/openmp/libomptarget/src/rtl.h +++ b/openmp/libomptarget/src/rtl.h @@ -52,7 +52,7 @@ int32_t, uint64_t, __tgt_async_info *); typedef int64_t(init_requires_ty)(int64_t); - typedef int64_t(synchronize_ty)(int32_t, __tgt_async_info *); + typedef int32_t(synchronize_ty)(int32_t, __tgt_async_info *); typedef int32_t (*register_lib_ty)(__tgt_bin_desc *); typedef int32_t(supports_empty_images_ty)(); typedef void(print_device_info_ty)(int32_t);