2017-04-19 14:12:17 +00:00
|
|
|
#ifndef HEADER_DragonFlyBSDCRT
|
|
|
|
#define HEADER_DragonFlyBSDCRT
|
|
|
|
/*
|
|
|
|
htop - dragonflybsd/DragonFlyBSDCRT.h
|
|
|
|
(C) 2014 Hisham H. Muhammad
|
|
|
|
(C) 2017 Diederik de Groot
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2017-04-19 14:12:17 +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;
|
2017-04-19 14:12:17 +00:00
|
|
|
|
|
|
|
#endif
|