Files
pintos_22/src/tests/userprog/rox-child.c
2024-10-01 23:37:39 +01:00

6 lines
165 B
C

/* Ensure that the executable of a running process cannot be
modified, even by a child process. */
#define CHILD_CNT "1"
#include "tests/userprog/rox-child.inc"