Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This

allows us to remove it from the ARM copy of machine/asm.h.
This commit is contained in:
Andrew Turner 2013-06-07 21:13:28 +00:00
parent 4ce3ba179a
commit 4e75169f43

View file

@ -1,4 +1,4 @@
/* $NetBSD: sigsetjmp.S,v 1.3 2002/08/17 19:54:30 thorpej Exp $ */
/* $NetBSD: sigsetjmp.S,v 1.6 2013/04/19 16:50:22 matt Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe
@ -35,6 +35,8 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#include <machine/setjmp.h>
/*
* C library -- sigsetjmp, siglongjmp
*