index
:
orphan-reaper
master
[Complete] Place subreapers in your process tree to keep it structured
Mattias Andrée <m@maandree.se>
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.c
blob: 84705c661e84a83ace6d2deaff07982596aee2f4 (
plain
) (
tree
)
bdc40e9
^
1
2
3
4
5
6
7
8
9
#include <unistd.h> int main(void) { fork(); fork(); return 0; }