equal
deleted
inserted
replaced
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 * SUCH DAMAGE. |
32 * SUCH DAMAGE. |
33 * © Portions copyright (c) 2007 Symbian Software Ltd. All rights reserved. |
33 * © Portions Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. |
34 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94 |
34 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94 |
35 * $FreeBSD: src/include/setjmp.h,v 1.8 2002/10/05 05:48:50 mike Exp $ |
35 * $FreeBSD: src/include/setjmp.h,v 1.8 2002/10/05 05:48:50 mike Exp $ |
36 */ |
36 */ |
37 |
37 |
38 #ifndef _SETJMP_H_ |
38 #ifndef _SETJMP_H_ |
48 //--- |
48 //--- |
49 |
49 |
50 #include <sys/cdefs.h> |
50 #include <sys/cdefs.h> |
51 |
51 |
52 /* The size of the jmp_buf is machine dependent: */ |
52 /* The size of the jmp_buf is machine dependent: */ |
53 #include <machine/setjmp.h> |
53 #include <stdapis/machine/setjmp.h> |
54 |
54 |
55 |
55 |
56 __BEGIN_DECLS |
56 __BEGIN_DECLS |
57 #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE |
57 #if __BSD_VISIBLE || __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE |
58 void _longjmp(jmp_buf, int) __dead2; |
58 void _longjmp(jmp_buf, int) __dead2; |