repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
split up constants.h some
[trinity.git]
/
syscalls
/
ni_syscall.c
blob
e9bc5e342874a8be53dafff10a3cca26cc361b3f
1
/*
2
*/
3
#include
"sanitise.h"
4
5
struct
syscallentry syscall_ni_syscall
= {
6
.
name
=
"ni_syscall (generic)"
,
7
.
num_args
=
0
,
8
.
flags
=
NI_SYSCALL
,
9
};