aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-05-29 23:13:52 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-05-29 23:13:52 +0300
commit155732f56dacb4f10aa48db4d952745aed720bc7 (patch)
treecb0da06274fcd0419a2fe0ae1c347faf09af5f70 /libgfortran/libgfortran.h
parenteb93b31f68a621299de05ce7774d68c948950123 (diff)
downloadgcc-155732f56dacb4f10aa48db4d952745aed720bc7.zip
gcc-155732f56dacb4f10aa48db4d952745aed720bc7.tar.gz
gcc-155732f56dacb4f10aa48db4d952745aed720bc7.tar.bz2
PR 48931 Use async-signal-safe execve instead of execvp
From-SVN: r174415
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 e77ba10..b72b250 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);