tools/llvm: Do not build with symbols
[minix3.git] / lib / libc / gen / Lint___setjmp14.c
blob1d4f47fa5f968a2ad76ce2bf1df28bad3733b505
1 /* $NetBSD: Lint___setjmp14.c,v 1.3 2005/04/09 12:48:58 dsl Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #include <setjmp.h>
10 /*ARGSUSED*/
11 int
12 __setjmp14(jmp_buf env)
14 return 0;
17 /*ARGSUSED*/
18 void
19 __longjmp14(jmp_buf env, int val)