aboutsummaryrefslogtreecommitdiff
path: root/src/fpm_filesystem.F90
diff options
context:
space:
mode:
authorCarlos Une <brocolis@eml.cc>2021-07-11 11:05:15 -0300
committerCarlos Une <brocolis@eml.cc>2021-07-11 11:05:15 -0300
commit619d619bf5754437401c314521fd48ecd557a5a0 (patch)
tree2cfc05cab707b2755c44bb996d470d4fa94c748b /src/fpm_filesystem.F90
parent52cb72f02e04786015b2adacd8072bcf2f5e89cb (diff)
downloadfpm-619d619bf5754437401c314521fd48ecd557a5a0.tar.gz
fpm-619d619bf5754437401c314521fd48ecd557a5a0.zip
Rename C function is_dir to c_is_dir
Diffstat (limited to 'src/fpm_filesystem.F90')
-rw-r--r--src/fpm_filesystem.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_filesystem.F90 b/src/fpm_filesystem.F90
index 7b70ebe..9ae95cc 100644
--- a/src/fpm_filesystem.F90
+++ b/src/fpm_filesystem.F90
@@ -43,7 +43,7 @@ use,intrinsic :: iso_fortran_env, only : stdin=>input_unit, stdout=>output_unit,
type(c_ptr) :: r
end function c_get_d_name
- function c_is_dir(path) result(r) bind(c, name="is_dir")
+ function c_is_dir(path) result(r) bind(c, name="c_is_dir")
import c_char, c_int
character(kind=c_char), intent(in) :: path(*)
integer(kind=c_int) :: r