summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include/50/omp_lib.f90.var
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/include/50/omp_lib.f90.var')
-rw-r--r--openmp/runtime/src/include/50/omp_lib.f90.var4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/include/50/omp_lib.f90.var b/openmp/runtime/src/include/50/omp_lib.f90.var
index 17c56c9d056..60aa8dd19ff 100644
--- a/openmp/runtime/src/include/50/omp_lib.f90.var
+++ b/openmp/runtime/src/include/50/omp_lib.f90.var
@@ -209,7 +209,7 @@
subroutine omp_get_place_proc_ids(place_num, ids) bind(c)
use omp_lib_kinds
integer (kind=omp_integer_kind), value :: place_num
- integer (kind=kmp_pointer_kind) ids(*)
+ integer (kind=omp_integer_kind) ids(*)
end subroutine omp_get_place_proc_ids
function omp_get_place_num() bind(c)
@@ -224,7 +224,7 @@
subroutine omp_get_partition_place_nums(place_nums) bind(c)
use omp_lib_kinds
- integer (kind=kmp_pointer_kind) place_nums(*)
+ integer (kind=omp_integer_kind) place_nums(*)
end subroutine omp_get_partition_place_nums
function omp_get_wtime() bind(c)
OpenPOWER on IntegriCloud