index
:
mirror/skarnet.org/s6-portable-utils
this commit
2.2.0.0
develop
main
master
mirror of git://git.skarnet.org/s6-portable-utils
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
skaembutils
/
s6-sync.c
blob: 34e3e73b24968f8e7304522301e8a1b49c745369 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
/* ISC license. */ #include <unistd.h> int main (void) { sync() ; _exit(0) ; }