summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-29 20:13:52 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-05-29 20:13:52 +0000
commit45cc458fec7c9f59a7f539d4eff30f05703c8d22 (patch)
treecb0da06274fcd0419a2fe0ae1c347faf09af5f70 /libgfortran/libgfortran.h
parent7cb632462af202cfd8fbcf9df675160c17d51fb3 (diff)
downloadgcc-45cc458fec7c9f59a7f539d4eff30f05703c8d22.tar.gz
PR 48931 Use async-signal-safe execve instead of execvp
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index e77ba10790f..b72b250c84a 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -665,6 +665,9 @@ export_proto(store_exe_path);
extern char * full_exe_path (void);
internal_proto(full_exe_path);
+extern void find_addr2line (void);
+internal_proto(find_addr2line);
+
/* backtrace.c */
extern void show_backtrace (void);