Added exit() call to libposix

This commit is contained in:
Bahadir Balban
2008-09-18 16:28:51 +03:00
parent 2741adb2c1
commit 6b11d3cf02
5 changed files with 33 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ void wait_pager(l4id_t partner)
// printf("%s: Syncing with pager.\n", __TASKNAME__);
for (int i = 0; i < 6; i++)
write_mr(i, i);
l4_send(partner, L4_IPC_TAG_WAIT);
l4_send(partner, L4_IPC_TAG_SYNC);
// printf("Pager synced with us.\n");
}