Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libc / sys / Lint_getcontext.c
blob9d1c1a7c7fc8169163937dafe83d742f76dee6c4
1 /* $NetBSD: Lint_getcontext.c,v 1.1.2.1 2001/03/05 23:34:39 nathanw Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Klaus Klein, January 26, 1999.
6 */
8 #include <ucontext.h>
10 /*ARGSUSED*/
11 int
12 getcontext(ucp)
13 ucontext_t *ucp;
16 return (0);