]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/collect-utils.h
Fix PR driver/79181 (and others), not deleting some /tmp/cc* files for LTO.
[thirdparty/gcc.git] / gcc / collect-utils.h
index 4f0e3ce9832b1c5f2ea55688ed48c163804077b7..15f831d778aa5d548eedba3dc275d455dd6f1947 100644 (file)
@@ -24,6 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 extern void notice (const char *, ...)
   __attribute__ ((format (printf, 1, 2)));
 extern void fatal_signal (int);
+extern void setup_signals (void);
 
 extern struct pex_obj *collect_execute (const char *, char **,
                                        const char *, const char *,