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

   ## Summary
   
   Generic stdc_ functions use _Generic macro, but this requires the type 
specific functions stdc_*_uc, stdc_*_ul and so on to be functions, not just 
another macro definitions.
   
   This commit fixes the issue by ensuring all type specific functions are 
static inline functions, not macro definitions.
   
   There is no change other in the functionality or implementation.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   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