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
merge newfstat variants
[trinity.git]
/
syscalls
/
vhangup.c
blob
8e490792d0256ff5cb1394772fed07751c020379
1
/*
2
* SYSCALL_DEFINE0(vhangup
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_vhangup
= {
7
.
name
=
"vhangup"
,
8
.
num_args
=
0
,
9
.
flags
=
AVOID_SYSCALL
,
// No args, confuses fuzzer
10
};