mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
libc/tls: update preprocessor condition comment to match implementation
Update the closing preprocessor comment in tls_getinfo.c to accurately reflect the simplified conditional compilation check. The comment now correctly represents the actual guard condition used for the tls_get_info function implementation. Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
@@ -75,4 +75,4 @@ FAR struct tls_info_s *tls_get_info(void)
|
||||
return info;
|
||||
}
|
||||
|
||||
#endif /* !defined(up_tls_info) && (defined(__KERNEL__) || !defined(CONFIG_TLS_ALIGNED)) */
|
||||
#endif /* !defined(up_tls_info) */
|
||||
|
||||
Reference in New Issue
Block a user