centurysys opened a new pull request, #8513: URL: https://github.com/apache/nuttx/pull/8513
Without this POSIX-compatible definition, support for nativesockets module in Nimlang is problematic. .nimcache/(snip)@sp...@snativesockets.nim.c: In function 'toInt__pureZnativesockets_69': .nimcache/(snip): error: 'IPPROTO_ICMPV6' undeclared (first use in this function); did you mean 'IPPROTO_ICMP6'? 291 | result = IPPROTO_ICMPV6; | ^~~~~~~~~~~~~~ | IPPROTO_ICMP6 Signed-off-by: Takeyoshi Kikuchi <kiku...@centurysys.co.jp> -- 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