From 11c741bd68f931df3c2174d747300c5a070562fb Mon Sep 17 00:00:00 2001 From: Max Wash Date: Mon, 23 Feb 2026 21:51:26 +0000 Subject: [PATCH] libmango: add nr_read output param to msg_read --- libmango/include-user/mango/msg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libmango/include-user/mango/msg.h b/libmango/include-user/mango/msg.h index 870a8ef..aaf3e96 100644 --- a/libmango/include-user/mango/msg.h +++ b/libmango/include-user/mango/msg.h @@ -38,7 +38,8 @@ extern kern_status_t msg_read( msgid_t id, size_t offset, struct iovec *out, - size_t nr_out); + size_t out_count, + size_t *nr_read); extern kern_status_t msg_read_handles( kern_handle_t channel, msgid_t id,