Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9b5871888989b16f94cbba5dd304ac444def3afd
/
.
/
sync.c
blob: 6fa5b380b75fb753fea573296ac89efc47587a40 [
file
] [
log
] [
blame
]
Eric Andersen
cc8ed39
1999-10-05 16:24:54 +0000
[
diff
] [
blame
]
1
#include
"internal.h"
2
3
const
char
sync_usage
[]
=
"sync\n"
4
"\n"
5
"\tWrite all buffered filesystem blocks to disk.\n"
;
6
7
extern
int
8
sync_main
(
struct
FileInfo
*
i
,
int
argc
,
char
*
*
argv
)
9
{
10
return
sync
();
11
}