Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
ddb173394430a7b55b0c24896a843556f5f8de7a
/
.
/
toolbox
/
sync.c
blob: 828427634c771f3dc7bdf2c060e012ba5776603e [
file
] [
log
] [
blame
]
#include
<unistd.h>
int
sync_main
(
int
argc
,
char
**
argv
)
{
sync
();
return
0
;
}