index
:
mirror/runit
this commit
debian-sid
devground
master
release
release+patches
mirror of https://git.smarden.org/runit.git
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tryreboot.c
blob: aefc703822c59dd3222b2946ea2ccc8a67e30b13 (
plain
) (
blame
)
1
2
3
4
5
6
#include <unistd.h> #include <sys/reboot.h> int main(void) { return(reboot(0)); }