mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 01:27:39 +01:00
_NSIG.
This commit is contained in:
parent
c7ffca11ae
commit
29c110265f
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
#include "jmpbuf.h"
|
#include "jmpbuf.h"
|
||||||
#include "setjmp_i.h"
|
#include "setjmp_i.h"
|
||||||
|
|
||||||
|
#if !defined(_NSIG) && defined(_SIG_MAXSIG)
|
||||||
|
# define _NSIG (_SIG_MAXSIG - 1)
|
||||||
|
#endif
|
||||||
|
|
||||||
void
|
void
|
||||||
siglongjmp (sigjmp_buf env, int val)
|
siglongjmp (sigjmp_buf env, int val)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue