Skip to content

Commit 11fb457

Browse files
authored
Add 'fflush' into expected freestanding dependency list (#40301)
1 parent a680228 commit 11fb457

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

utils/check_freestanding_dependencies.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
]
4444
math_dependencies = [
4545
"_ceill", "_cos", "_cosf", "_cosl", "_exp", "_exp2", "_exp2f", "_exp2l",
46-
"_expf", "_expl", "_fma", "_fmaf", "_fmal", "_fmod", "_fmodf", "_fmodl",
47-
"_log", "_log10", "_log10f", "_log10l", "_log2", "_log2f", "_log2l",
48-
"_logf", "_logl", "_nearbyintl", "_remainder", "_remainderf", "_remainderl",
49-
"_rintl", "_roundl", "_sin", "_sinf", "_sinl", "_truncl",
46+
"_expf", "_expl", "_floorl", "_fma", "_fmaf", "_fmal", "_fmod", "_fmodf",
47+
"_fmodl", "_log", "_log10", "_log10f", "_log10l", "_log2", "_log2f",
48+
"_log2l", "_logf", "_logl", "_nearbyintl", "_remainder", "_remainderf",
49+
"_remainderl", "_rintl", "_roundl", "_sin", "_sinf", "_sinl", "_truncl",
5050
]
5151
common_expected_dependencies = [
5252
"___bzero", "___divti3", "___error", "___stderrp", "___stdoutp",
5353
"___truncsfhf2", "___udivti3", "_abort", "_arc4random_buf",
54-
"_calloc", "_close", "_flockfile", "_floorl", "_fprintf",
54+
"_calloc", "_close", "_fflush", "_flockfile", "_fprintf",
5555
"_fputc", "_fputs", "_free", "_funlockfile", "_fwrite", "_malloc",
5656
"_malloc_size", "_memchr", "_memcmp", "_memcpy", "_memmove", "_memset",
5757
"_posix_memalign", "_putc", "_read", "_realloc", "_snprintf", "_strchr",

0 commit comments

Comments
 (0)