mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 08:37:51 +01:00
Waitpid seems to be working
This commit is contained in:
@@ -32,6 +32,11 @@ int main() {
|
||||
close(test123);
|
||||
printf("\n %s \n", buf);
|
||||
}
|
||||
while (1) {
|
||||
execve("hello2", 0, 0);
|
||||
print_mem();
|
||||
sleep(500);
|
||||
}
|
||||
|
||||
while (1) {
|
||||
printf("\n> ");
|
||||
|
||||
Reference in New Issue
Block a user