Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
1de72795caeb03b875ed91a3bf3a03fa8805145e
/
.
/
usr
/
utils
/
sync.c
blob: de3093c02b07c2a9687ee73b4ad44332af3409bc [
file
] [
log
] [
blame
]
#include
<unistd.h>
int
main
(
void
)
{
sync
();
return
0
;
}