mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Pointed out by: Joerg
Fix broken signal.h include
This commit is contained in:
parent
09edd56ac0
commit
2d7b9963c4
1 changed files with 2 additions and 2 deletions
|
|
@ -26,13 +26,13 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id$
|
||||
* $Id: sig.h,v 1.2 1997/02/22 16:10:53 peter Exp $
|
||||
*
|
||||
* TODO:
|
||||
*
|
||||
*/
|
||||
|
||||
#include <sys/signal.h>
|
||||
#include <signal.h>
|
||||
|
||||
/* Call this instead of signal() */
|
||||
extern __sighandler_t *pending_signal __P((int, __sighandler_t *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue