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
+4
View File
@@ -221,6 +221,10 @@ static const char *g_white_list[] =
"_Exit",
/* Ref: stdatomic.h */
"_Atomic",
/* Ref: unwind-arm-common.h */
"_Unwind",