mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
sched/tls: Wrap up_info_size into tls_info_size
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
8543df7e4c
commit
11c8f3125d
@@ -1838,8 +1838,6 @@ int up_timer_start(FAR const struct timespec *ts);
|
||||
|
||||
#ifdef CONFIG_SCHED_THREAD_LOCAL
|
||||
int up_tls_size(void);
|
||||
#else
|
||||
#define up_tls_size() sizeof(struct tls_info_s)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user