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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
lib
/
libc
/
sys
/
Lint___sigaction14.c
blob
5800942933808b97562f3029879d222e5d8a49f7
1
/* $NetBSD: Lint___vfork14.c,v 1.2 2000/06/14 06:49:10 cgd Exp $ */
2
3
#include <signal.h>
4
5
/*ARGSUSED*/
6
int
7
__sigaction14
(
int
sig
,
const struct
sigaction
*
nact
,
struct
sigaction
*
oact
)
8
{
9
return
0
;
10
}