removed changes to stress test
This commit is contained in:
@@ -8,7 +8,7 @@ void main() {
|
||||
fork();
|
||||
int ppid = sys_getpid();
|
||||
int other = fork();
|
||||
write(1, "app", 3, 0, ppid);
|
||||
//write(1, "app", 3, 0, ppid);
|
||||
if (ppid == other) { // child
|
||||
sbuf[0] = 3;
|
||||
sbuf[8192] = sys_getpid();
|
||||
|
||||
Reference in New Issue
Block a user