repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
lib
/
libc
/
gen
/
Lint_resumecontext.c
blob
4933908d963824aab75a710f3ce749b516c0641f
1
/* $NetBSD: Lint_resumecontext.c,v 1.3 2011/09/19 21:24:58 joerg 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
(
void
)
13
{
14
}