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-false.c
blob: 75f483ef8593d1611ee02291f6a02655058878e3 (
plain
)
1
2
3
4
5
6
7
8
/* ISC license. */ #include <unistd.h> int main (void) { _exit(1) ; }