X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fsighandler.h;h=184db73bc7d7d2890668aed32eba46510f252d96;hb=8dd6591c59d062204cb25dd66b33f1a35976f03c;hp=571070b04230079a1ae606400d1346ae8bb688fc;hpb=54222d56172fa014f4bed262b8efd06694a839e9;p=i3%2Fi3 diff --git a/include/sighandler.h b/include/sighandler.h index 571070b0..184db73b 100644 --- a/include/sighandler.h +++ b/include/sighandler.h @@ -9,13 +9,10 @@ * to restart inplace). * */ -#ifndef _SIGHANDLER_H -#define _SIGHANDLER_H +#pragma once /** * Setup signal handlers to safely handle SIGSEGV and SIGFPE * */ void setup_signal_handler(void); - -#endif