Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
65757da0c99cb4b49e1dc9e21facc7b4e67192cd
/
.
/
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
}