tools/nxstyle: Add __sFILE_fake(defined by newlib) to the white list
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
4ae7f4c1f6
commit
59db30fd59
@ -219,6 +219,10 @@ static const char *g_white_list[] =
|
|||||||
|
|
||||||
"__gnu_Unwind_Find_exidx",
|
"__gnu_Unwind_Find_exidx",
|
||||||
|
|
||||||
|
/* Ref: lib_impure.c */
|
||||||
|
|
||||||
|
"__sFILE_fake",
|
||||||
|
|
||||||
/* Ref: stdlib.h */
|
/* Ref: stdlib.h */
|
||||||
|
|
||||||
"_Exit",
|
"_Exit",
|
||||||
|
Loading…
Reference in New Issue
Block a user