| 26 | // --------------------------------------------------------------------------- |
| 27 | |
| 28 | void zombie_child_work(void* /*arg*/) { |
| 29 | klog::Info("zombie_child_work: exiting with code 77"); |
| 30 | sys_exit(77); |
| 31 | } |
| 32 | |
| 33 | void test_zombie_reap(void* /*arg*/) { |
| 34 | klog::Info("=== Zombie Reap Test ==="); |