no1wudi commented on a change in pull request #5498: URL: https://github.com/apache/incubator-nuttx/pull/5498#discussion_r806781547
########## 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: There is a macro guard `#if CONFIG_TLS_TASK_NELEM > 0` for it. -- 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