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:
hujun5
2026-01-30 20:24:08 +08:00
committed by Xiang Xiao
parent ceb23153c3
commit a3da45e1dc
+1 -1
View File
@@ -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) */