Clarified a few confusing definitions in ipc.c

This commit is contained in:
Bahadir Balban
2009-11-09 22:59:24 +02:00
parent da8b0a90f3
commit f912f28731
4 changed files with 16 additions and 17 deletions

View File

@@ -63,12 +63,11 @@ int main(int argc, char *argv[])
user_mutex_test();
}
/*
exectest(parent_of_all);
while (1)
wait_pager(pagerid);
*/
return 0;
}