root/lib/libc/gen/Lint_resumecontext.c
/*      $NetBSD: Lint_resumecontext.c,v 1.4 2024/12/01 16:16:56 rillig Exp $    */

/*
 * This file placed in the public domain.
 * Klaus Klein, January 26, 1999.
 */

#include <ucontext.h>

void
_resumecontext(void)
{
}