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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to