Solaris: Import backtrace-on-abort from Linux, with minor modification for Solaris

This commit is contained in:
Guy M. Broome
2018-03-05 11:39:37 -05:00
committed by Hisham Muhammad
parent a042cfece2
commit 4bd68809e4
2 changed files with 19 additions and 5 deletions

View File

@ -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.
*/
#ifdef HAVE_EXECINFO_H
#endif
void CRT_handleSIGSEGV(int sgn);
#endif