yamt commented on a change in pull request #2222: URL: https://github.com/apache/incubator-nuttx/pull/2222#discussion_r524684256
########## File path: include/nuttx/compiler_stdint.h ########## @@ -69,6 +69,9 @@ typedef __INTMAX_TYPE__ _intmax_t; #if defined(__UINTMAX_TYPE__) typedef __UINTMAX_TYPE__ _uintmax_t; #endif +#if defined(__SIZE_TYPE__) +typedef __SIZE_TYPE__ _size_t; Review comment: done ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org