Lint_resumecontext.c revision 1.3
11.3Sjoerg/*	$NetBSD: Lint_resumecontext.c,v 1.3 2011/09/19 21:24:58 joerg Exp $	*/
21.2Sthorpej
31.2Sthorpej/*
41.2Sthorpej * This file placed in the public domain.
51.2Sthorpej * Klaus Klein, January 26, 1999.
61.2Sthorpej */
71.2Sthorpej
81.2Sthorpej#include <ucontext.h>
91.2Sthorpej
101.2Sthorpej/*ARGSUSED*/
111.2Sthorpejvoid
121.3Sjoerg_resumecontext(void)
131.2Sthorpej{
141.2Sthorpej}
15