pkarashchenko commented on a change in pull request #5498: URL: https://github.com/apache/incubator-nuttx/pull/5498#discussion_r806720452
########## File path: libs/libc/tls/Kconfig ########## @@ -54,4 +54,14 @@ config TLS_NELEM NOTE that the special value of CONFIG_TLS_NELEM disables these TLS interfaces. +config TLS_TASK_NELEM + int "Number of Task Local Storage elements" + default 0 Review comment: I think that together with ``uintptr_t ta_telem[CONFIG_TLS_TASK_NELEM]; it breaks C89 compatibility -- 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