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
kernel: scheduling fix for ARM
[minix.git]
/
lib
/
libc
/
sys
/
Lint___sigaction14.c
blob
d2138696451d647a56c9aae5fdfa229f4ed7796e
1
/* $NetBSD: Lint___sigaction14.c,v 1.1 2009/04/10 23:14:58 christos 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
}