2018-03-02 21:20:46 +00:00
|
|
|
#ifndef HEADER_SolarisCRT
|
|
|
|
#define HEADER_SolarisCRT
|
|
|
|
/*
|
|
|
|
htop - SolarisCRT.h
|
|
|
|
(C) 2014 Hisham H. Muhammad
|
2018-03-05 16:39:37 +00:00
|
|
|
(C) 2018 Guy M. Broome
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2018-03-02 21:20:46 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
2020-09-08 12:28:15 +00:00
|
|
|
#include "Macros.h"
|
|
|
|
|
|
|
|
void CRT_handleSIGSEGV(int sgn) ATTR_NORETURN;
|
2018-03-02 21:20:46 +00:00
|
|
|
|
|
|
|
#endif
|