Remove mail_receive_nonblock ()
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m30s

This commit is contained in:
2026-03-18 23:24:07 +01:00
parent 837f7fa7ba
commit 53034bc091
6 changed files with 3 additions and 92 deletions

View File

@@ -63,9 +63,6 @@ int mail_send (int pgid, void* mesg, size_t mesg_size);
/* receive a message from mail */
int mail_receive (void* mesg, size_t mesg_size);
/* receive a message from mail without blocking */
int mail_receive_nonblock (void* mesg, size_t mesg_size);
/* get procgroup id of a perticular process */
int get_procgroup (int pid);