htop/openbsd/OpenBSDCRT.h

16 lines
308 B
C
Raw Normal View History

#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 GPLv2, see the COPYING file
2015-09-18 04:46:48 +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;
2015-09-18 04:46:48 +00:00
#endif