summaryrefslogtreecommitdiffstats
path: root/src/tests/userprog/rox-multichild.c
blob: 8e74dab244d4405a320b4266ad6a1902a71f187d (plain) (blame)
1
2
3
4
5
/* Ensure that the executable of a running process cannot be
   modified, even in the presence of multiple children. */

#define CHILD_CNT "5"
#include "tests/userprog/rox-child.inc"