From 692856a6261f4e30e162db5fbb7c850e026f0b2c Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Mon, 19 Apr 2021 13:55:34 +0800 Subject: [PATCH] tools/nxstyle: rename exception _Unwind_Ptr to _Unwind to support fuzzy match Signed-off-by: chao.an --- tools/nxstyle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 7d1c05bef4..3fadfd5993 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