repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
gen
/
Lint___setjmp14.c
blob
c04f6a577896b2aead4aaedc214317857029d09e
1
/* $NetBSD: Lint___setjmp14.c,v 1.2 2000/06/14 06:49:05 cgd 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
}