2015-10-19 19:22:54 +00:00
|
|
|
#ifndef HEADER_FreeBSDCRT
|
|
|
|
#define HEADER_FreeBSDCRT
|
2014-11-27 18:27:34 +00:00
|
|
|
/*
|
2020-09-08 12:28:15 +00:00
|
|
|
htop - FreeBSDCRT.h
|
2014-11-27 18:27:34 +00:00
|
|
|
(C) 2014 Hisham H. Muhammad
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2014-11-27 18:27:34 +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;
|
2014-11-27 18:27:34 +00:00
|
|
|
|
|
|
|
#endif
|