1/* $NetBSD: Lint_resumecontext.c,v 1.4 2024/12/01 16:16:56 rillig Exp $ */ 2 3/* 4 * This file placed in the public domain. 5 * Klaus Klein, January 26, 1999. 6 */ 7 8#include <ucontext.h> 9 10void 11_resumecontext(void) 12{ 13} 14