You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/04/19 11:45:17 UTC

[incubator-nuttx] 05/05: tools/nxstyle: rename exception _Unwind_Ptr to _Unwind to support fuzzy match

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

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

commit 692856a6261f4e30e162db5fbb7c850e026f0b2c
Author: chao.an <an...@xiaomi.com>
AuthorDate: Mon Apr 19 13:55:34 2021 +0800

    tools/nxstyle: rename exception _Unwind_Ptr to _Unwind to support fuzzy match
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 tools/nxstyle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/nxstyle.c b/tools/nxstyle.c
index 7d1c05b..3fadfd5 100644
--- a/tools/nxstyle.c
+++ b/tools/nxstyle.c
@@ -223,7 +223,7 @@ static const char *g_white_list[] =
 
   /* Ref:  unwind-arm-common.h */
 
-  "_Unwind_Ptr",
+  "_Unwind",
 
   /* Ref:
    * https://pubs.opengroup.org/onlinepubs/9699919799/functions/tempnam.html