index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
toolbox
/
sync.c
blob: 828427634c771f3dc7bdf2c060e012ba5776603e (
plain
)
1
2
3
4
5
6
7
#include <unistd.h>
int
sync_main
(
int
argc
,
char
**
argv
)
{
sync
();
return
0
;
}