diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 23:45:47 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 23:45:47 +0200 |
| commit | 0558e8040c0d9628858ddd85ce573b9c80941a1f (patch) | |
| tree | 669baee6c44685771afce381d8d6ab4ac38ffce2 /Comm | |
| parent | 1d9d0ba0f529e4b90875e459a841889495e45369 (diff) | |
Implement ipc_sanitize_packet as syscall.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Comm')
| -rw-r--r-- | Comm/herror.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Comm/herror.hxx b/Comm/herror.hxx index 6f6abf6f..7138055a 100644 --- a/Comm/herror.hxx +++ b/Comm/herror.hxx @@ -41,6 +41,7 @@ inline constexpr HError kErrorDisk = 55; inline constexpr HError kErrorInvalidData = 56; inline constexpr HError kErrorAsync = 57; inline constexpr HError kErrorNonBlocking = 58; +inline constexpr HError kErrorIPC = 59; inline constexpr HError kErrorUnimplemented = 0; inline HError kLastError = 0; |
