Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
0e3f47e4827a067b9b9795a3ae7297b51c9f0776
/
.
/
toolbox
/
sync.c
blob: 828427634c771f3dc7bdf2c060e012ba5776603e [
file
] [
log
] [
blame
]
#include
<unistd.h>
int
sync_main
(
int
argc
,
char
**
argv
)
{
sync
();
return
0
;
}