2015-10-19 19:22:54 +00:00
|
|
|
#ifndef HEADER_OpenBSDCRT
|
|
|
|
#define HEADER_OpenBSDCRT
|
2015-09-18 04:46:48 +00:00
|
|
|
/*
|
2020-09-08 12:28:15 +00:00
|
|
|
htop - OpenBSDCRT.h
|
2015-09-18 04:46:48 +00:00
|
|
|
(C) 2014 Hisham H. Muhammad
|
|
|
|
(C) 2015 Michael McConville
|
|
|
|
Released under the GNU GPL, see the COPYING file
|
|
|
|
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;
|
2015-09-18 04:46:48 +00:00
|
|
|
|
|
|
|
#endif
|