summaryrefslogtreecommitdiff
path: root/lib/libc/gen/Lint___setjmp14.c
blob: 1d4f47fa5f968a2ad76ce2bf1df28bad3733b505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* $NetBSD: Lint___setjmp14.c,v 1.3 2005/04/09 12:48:58 dsl Exp $ */

/*
 * This file placed in the public domain.
 * Chris Demetriou, November 5, 1997.
 */

#include <setjmp.h>

/*ARGSUSED*/
int
__setjmp14(jmp_buf env)
{
	return 0;
}

/*ARGSUSED*/
void
__longjmp14(jmp_buf env, int val)
{
}