Skip to content

Commit 11e152f

Browse files
authored
Merge pull request #64276 from al45tair/eng/PR-106529399
[Backtracing][Freestanding] Add _stat to the list of expected symbols.
2 parents bac2b53 + 5b3967b commit 11e152f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/check_freestanding_dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"_posix_memalign", "_putc", "_read", "_realloc", "_snprintf", "_strchr",
5050
"_strcmp", "_strdup", "_strlen", "_strncmp", "_strtod", "_strtof",
5151
"_strtol", "_strtold", "_vprintf", "_vsnprintf", "_write",
52+
"_stat", "_stat$INODE64",
5253
] + cxx_dependencies + math_dependencies
5354
vendor_apple_specific_dependencies = [
5455
"___stack_chk_fail", "___stack_chk_guard",

0 commit comments

Comments
 (0)