index
:
klibc
debian
progress-linux
upstream
debian 12 backports: kernel
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
/
utils
/
sync.c
blob: de3093c02b07c2a9687ee73b4ad44332af3409bc (
plain
)
1
2
3
4
5
6
7
#include
<unistd.h>
int
main
(
void
)
{
sync
();
return
0
;
}