mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
a small amount of unused stuff (by the bmakefiles to follow), but it isn't much and seems harmless enough.
8 lines
161 B
C++
8 lines
161 B
C++
// The -*- C++ -*- setjmp/longjmp header.
|
|
// This file is part of the GNU ANSI C++ Library.
|
|
|
|
#ifndef __CSETJMP__
|
|
#define __CSETJMP__
|
|
#include <setjmp.h>
|
|
#endif
|
|
|