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
/
sync.c
blob
45516fd1e024a5626f202537a0bad4712a02a013
1
/*
2
* SYSCALL_DEFINE0(sync)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_sync
= {
7
.
name
=
"sync"
,
8
.
num_args
=
0
,
9
.
group
=
GROUP_VFS
,
10
};