index
:
s6-portable-utils
2.2.0.0
develop
main
Portable, small Unix utilities
ska-skaware@skarnet.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
skaembutils
/
s6-sync.c
blob: a8829cd5e13fff89b1287986636af12994f7f1c5 (
plain
)
1
2
3
4
5
6
7
8
9
/* ISC license. */ #include <unistd.h> int main (void) { sync() ; return 0 ; }