repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
lib
/
libc
/
gen
/
Lint___setjmp14.c
blob
1d4f47fa5f968a2ad76ce2bf1df28bad3733b505
1
/* $NetBSD: Lint___setjmp14.c,v 1.3 2005/04/09 12:48:58 dsl Exp $ */
2
3
/*
4
* This file placed in the public domain.
5
* Chris Demetriou, November 5, 1997.
6
*/
7
8
#include <setjmp.h>
9
10
/*ARGSUSED*/
11
int
12
__setjmp14
(
jmp_buf
env
)
13
{
14
return
0
;
15
}
16
17
/*ARGSUSED*/
18
void
19
__longjmp14
(
jmp_buf
env
,
int
val
)
20
{
21
}