mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
tools/nxstyle: Add _Atomic keyword to whitelisted words
This commit is contained in:
committed by
Xiang Xiao
parent
8bcef02324
commit
886009f15f
@@ -221,6 +221,10 @@ static const char *g_white_list[] =
|
||||
|
||||
"_Exit",
|
||||
|
||||
/* Ref: stdatomic.h */
|
||||
|
||||
"_Atomic",
|
||||
|
||||
/* Ref: unwind-arm-common.h */
|
||||
|
||||
"_Unwind",
|
||||
|
||||
Reference in New Issue
Block a user