removed changes to stress test

This commit is contained in:
user
2026-03-01 00:07:21 +01:00
parent da980956cd
commit 403fb5a458

View File

@@ -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();