This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/userprog/rox-multichild.c

5 lines
183 B
C
Executable file

/* 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"