Skip to content

Commit

Permalink
nxstyle: Add Dl_info to white list
Browse files Browse the repository at this point in the history
Avoid the mixed case identifiers warning
for Dl_info which is from the POSIX.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
  • Loading branch information
no1wudi committed Jul 26, 2024
1 parent 12a730c commit 7de2f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ static const struct file_section_s g_section_info[] =
static const char *g_white_prefix[] =
{
"ASCII_", /* Ref: include/nuttx/ascii.h */
"Dl_info", /* Ref: include/dlfcn.h */
"Elf", /* Ref: include/elf.h, include/elf32.h, include/elf64.h */
"PRId", /* Ref: inttypes.h */
"PRIi", /* Ref: inttypes.h */
Expand Down

0 comments on commit 7de2f4b

Please sign in to comment.