Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
ec08c03cc7261e42346bf7dd15109c202162593b
/
.
/
toolbox
/
sync.c
blob: 828427634c771f3dc7bdf2c060e012ba5776603e [
file
] [
log
] [
blame
]
The Android Open Source Project
dd7bc33
2009-03-03 19:32:55 -0800
[
diff
] [
blame
]
1
#include
<unistd.h>
2
3
int
sync_main
(
int
argc
,
char
**
argv
)
4
{
5
sync
();
6
return
0
;
7
}