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
libutil: add O_NOCTTY back to old pty open code
[minix.git]
/
lib
/
libc
/
sys
/
Lint_getcontext.c
blob
a4fc67cf2cd56891ecdc458dce63c13cdc635fe1
1
/* $NetBSD: Lint_getcontext.c,v 1.2 2003/01/18 11:32:58 thorpej 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
int
12
getcontext
(
ucp
)
13
ucontext_t
*
ucp
;
14
{
15
16
return
(
0
);
17
}