summaryrefslogtreecommitdiffstats
path: root/solaris/SolarisCRT.h
diff options
context:
space:
mode:
authorGuy M. Broome <thrirhrafnir@gmail.com>2018-03-05 11:39:37 -0500
committerHisham Muhammad <hisham@gobolinux.org>2018-03-16 11:43:48 -0300
commit4bd68809e4eda7b95b509e14a1e59a8b9618bb63 (patch)
tree7746c499e5cb4387d5c8eca5ef416dd3e2d4c865 /solaris/SolarisCRT.h
parenta042cfece224fe9a229f998c6e288c615e7c6319 (diff)
Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris
Diffstat (limited to 'solaris/SolarisCRT.h')
-rw-r--r--solaris/SolarisCRT.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/solaris/SolarisCRT.h b/solaris/SolarisCRT.h
index c26de36b..6ab6dfca 100644
--- a/solaris/SolarisCRT.h
+++ b/solaris/SolarisCRT.h
@@ -5,11 +5,14 @@
/*
htop - SolarisCRT.h
(C) 2014 Hisham H. Muhammad
+(C) 2018 Guy M. Broome
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-void CRT_handleSIGSEGV(int sgn);
+#ifdef HAVE_EXECINFO_H
+#endif
+void CRT_handleSIGSEGV(int sgn);
#endif