Skip to content

Commit 2480ae5

Browse files
committed
fix omp_lib.h.var
1 parent 31b9b06 commit 2480ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openmp/runtime/src/include/omp_lib.h.var

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,14 +491,14 @@
491491

492492
function omp_get_uid_from_device(device_num) bind(c)
493493
import
494-
import :: c_ptr
494+
use, intrinsic :: iso_c_binding, only : c_ptr
495495
integer (kind=omp_integer_kind), value :: device_num
496496
type(c_ptr) omp_get_uid_from_device
497497
end function omp_get_uid_from_device
498498

499499
function omp_get_device_from_uid(device_uid) bind(c)
500500
import
501-
import :: c_ptr
501+
use, intrinsic :: iso_c_binding, only : c_ptr
502502
type(c_ptr), value :: device_uid
503503
integer (kind=omp_integer_kind) omp_get_device_from_uid
504504
end function omp_get_device_from_uid

0 commit comments

Comments
 (0)