mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@ static const char *g_white_list[] =
|
|||
|
||||
"__gnu_Unwind_Find_exidx",
|
||||
|
||||
/* Ref: lib_impure.c */
|
||||
|
||||
"__sFILE_fake",
|
||||
|
||||
/* Ref: stdlib.h */
|
||||
|
||||
"_Exit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue