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

   ## Summary
   
   Update the sendmsg() socket API and its relative functions to use 
const-qualified message header parameters, aligning the implementation with the 
POSIX specification.
   
   ## Impact
   
   Improves API compliance with the POSIX standard, which defines sendmsg() as 
taking a const struct msghdr *
   
   ## Testing
   
   Verified that existing code compiles without warnings or errors after the 
change
   


-- 
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