tools/nxstyle: Add _Atomic keyword to whitelisted words

This commit is contained in:
Gustavo Henrique Nihei 2021-05-06 09:22:42 -03:00 committed by Xiang Xiao
parent 8bcef02324
commit 886009f15f
1 changed files with 4 additions and 0 deletions

View File

@ -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",