Fix style.

This commit is contained in:
TXuian
2024-05-22 13:55:30 +08:00
parent f7a232ed4f
commit 2c4fe30bd3
20 changed files with 60 additions and 134 deletions
@@ -68,7 +68,8 @@ int IPC_DO_SERVE_FUNC(Ipc_sem_wait)(sem_t* sem, int* timeout)
return SEMAPHORE_SUC;
}
// block current session
// delay current session
// this handler will be invoke again later
delay_session();
return SEMAPHORE_ERR;
}