diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-22 03:51:25 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-05-22 03:51:25 +0000 |
commit | fc3d374adc7e94f43e306cabf23df19c46fe4dae (patch) | |
tree | b97492f2a8d9b9b3d41f020dde39ac89bad83229 /libgfortran/libgfortran.h | |
parent | 8f32810f4510e194a7dc78447487d79cff2293f0 (diff) | |
download | gcc-fc3d374adc7e94f43e306cabf23df19c46fe4dae.tar.gz |
PR 60324 Handle long path names, don't use PATH_MAX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210738 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r-- | libgfortran/libgfortran.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 0d6f432a24b..ba6c1e91893 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -822,6 +822,9 @@ extern gfc_charlen_type string_len_trim_char4 (gfc_charlen_type, const gfc_char4_t *); export_proto(string_len_trim_char4); +extern char *fc_strdup(const char *, gfc_charlen_type); +internal_proto(fc_strdup); + /* io/intrinsics.c */ extern void flush_all_units (void); |