mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
8 lines
161 B
Text
8 lines
161 B
Text
|
|
// The -*- C++ -*- signal handling header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CSIGNAL__
|
||
|
|
#define __CSIGNAL__
|
||
|
|
#include <signal.h>
|
||
|
|
#endif
|