Added reference to jbuf (now declared in signal_handler.c)

This commit is contained in:
sjborley 2005-05-30 17:21:11 +00:00
parent 3a0c488504
commit 89f74211fb
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/*************
* Header file for signal_handler.c
* 1999 E. Rouat
* $Id$
************/
#ifndef SIGNAL_HANDLER_H_INCLUDED
@ -15,4 +16,6 @@ RETSIGTYPE sigbus(void);
RETSIGTYPE sigsegv(void);
RETSIGTYPE sig_sys(void);
extern JMP_BUF jbuf;
#endif