Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libs/libc/tls/tls_getinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <nuttx/tls.h>
#include <nuttx/sched.h>

#if !defined(up_tls_info) && (defined(__KERNEL__) || !defined(CONFIG_TLS_ALIGNED))
#ifndef up_tls_info

/****************************************************************************
* Public Functions
Expand All @@ -55,6 +55,7 @@
*
****************************************************************************/

#undef tls_get_info
FAR struct tls_info_s *tls_get_info(void)
{
FAR struct tls_info_s *info = NULL;
Expand Down
Loading