You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/12/06 02:06:08 UTC

[incubator-nuttx-apps] branch master updated: testing/ostest: Don't include arch/tls.h

This is an automated email from the ASF dual-hosted git repository.

gustavonihei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 14a52b1  testing/ostest: Don't include arch/tls.h
14a52b1 is described below

commit 14a52b1933c0c14a5a83c39e36ca63a6c0be17b2
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Dec 6 01:21:31 2021 +0800

    testing/ostest: Don't include arch/tls.h
    
    since it doesn't exist any more
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 testing/ostest/tls.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testing/ostest/tls.c b/testing/ostest/tls.c
index 84dfda2..54ec3bc 100644
--- a/testing/ostest/tls.c
+++ b/testing/ostest/tls.c
@@ -35,8 +35,6 @@
 
 #if CONFIG_TLS_NELEM > 0
 
-#include <arch/tls.h>
-
 /****************************************************************************
  * Private Data
  ****************************************************************************/