repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
gen
/
Lint_resumecontext.c
blob
58544d49eca70664a2f8d974f993b931d9468b79
1
/* $NetBSD: Lint_resumecontext.c,v 1.1.2.1 2001/03/05 23:34:38 nathanw Exp $ */
2
3
/*
4
* This file placed in the public domain.
5
* Klaus Klein, January 26, 1999.
6
*/
7
8
#include <ucontext.h>
9
10
/*ARGSUSED*/
11
void
12
_resumecontext
()
13
{
14
}