PKUOS - Pintos
Pintos source browser for PKU Operating System course
rox-multichild.c
Go to the documentation of this file.
1/** Ensure that the executable of a running process cannot be
2 modified, even in the presence of multiple children. */
3
4#define CHILD_CNT "5"
5#include "tests/userprog/rox-child.inc"