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

   ## Summary
   Print error code for unknown errors in strerror/gai_strerror
   
   Ref: Linux print unknown errors like "Unknown error nnn" 
   https://man7.org/linux/man-pages/man3/strerror.3.html#RETURN_VALUE
   
   Note:
   These interfaces are called at low freq, so a static buffer may be enough.
   
   ## Impact
   Print error code for unknown errors in strerror/gai_strerror
   A little bit more memory consumption (~20Bytes each) if enabled.
   
   ## Testing
   Manually & CI
   


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