tools/nxstyle: Add _Atomic keyword to whitelisted words
This commit is contained in:
parent
8bcef02324
commit
886009f15f
|
@ -221,6 +221,10 @@ static const char *g_white_list[] =
|
||||||
|
|
||||||
"_Exit",
|
"_Exit",
|
||||||
|
|
||||||
|
/* Ref: stdatomic.h */
|
||||||
|
|
||||||
|
"_Atomic",
|
||||||
|
|
||||||
/* Ref: unwind-arm-common.h */
|
/* Ref: unwind-arm-common.h */
|
||||||
|
|
||||||
"_Unwind",
|
"_Unwind",
|
||||||
|
|
Loading…
Reference in New Issue