From: Breno Leitao <lei...@debian.org> Date: Mon, 07 Apr 2025 06:40:43 -0700 > The msg_data_left() function doesn't modify the struct msghdr parameter, > so mark it as const. This allows the function to be used with const > references, improving type safety and making the API more flexible. > > Signed-off-by: Breno Leitao <lei...@debian.org>
Reviewed-by: Kuniyuki Iwashima <kun...@amazon.com>