index
:
system_core
master
replicant-6.0
replicant-6.0-kerneldebug
replicant-6.0-profiling
https://code.fossencdi.org/system_core.git mirror
about
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
;
}