summaryrefslogtreecommitdiffstats
path: root/linux/LinuxCRT.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/LinuxCRT.h')
-rw-r--r--linux/LinuxCRT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxCRT.h b/linux/LinuxCRT.h
index f4f8cf06..61304dac 100644
--- a/linux/LinuxCRT.h
+++ b/linux/LinuxCRT.h
@@ -10,6 +10,6 @@ in the source distribution for its full text.
#ifdef HAVE_EXECINFO_H
#endif
-extern void CRT_handleSIGSEGV(int sgn);
+void CRT_handleSIGSEGV(int sgn);
#endif