nxstyle: Add Dl_info to white list

Avoid the mixed case identifiers warning
for Dl_info which is from the POSIX.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-07-26 17:41:57 +08:00 committed by Alan Carvalho de Assis
parent 893e70fbcd
commit 9240e1b5ce
1 changed files with 1 additions and 0 deletions

View File

@ -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 */