extinguish opened a new pull request, #3324:
URL: https://github.com/apache/nuttx-apps/pull/3324

   ## Summary
   
   Update the sendmsg() stub implementation in the libuv NuttX port 
(src/unix/nuttx.c) to match the POSIX‑compliant signature by changing the msg 
parameter from struct msghdr * to const struct msghdr *. This change 
synchronizes the libuv port with the recent NuttX socket API update.
   
   ## Impact
   
   1. Ensures the libuv NuttX port compiles cleanly with the updated NuttX 
socket headers.
   2. Maintains type consistency between libuv and the underlying NuttX socket 
API.
   3. No functional change—the stub still returns UV_ENOTSUP as before.
   
   ## Testing
   
   Verified that the modified libuv patch applies successfully and compiles 
without type‑mismatch warnings.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to