xiaoxiang781216 commented on code in PR #8183: URL: https://github.com/apache/nuttx/pull/8183#discussion_r1073831131
########## include/limits.h: ########## @@ -309,4 +309,9 @@ #define HOST_NAME_MAX 32 +/* ptrdiff_t limits */ + +#define PTRDIFF_MAX INT_MAX Review Comment: PTRDIFF_MAX isn't always equals to INT_MAX -- 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