Skip to content

Commit 27f7a55

Browse files
committed
[embedded] Add more symbols to test/embedded/dependencies-concurrency.swift that are currently used
1 parent 280123c commit 27f7a55

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/embedded/dependencies-concurrency.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,19 @@
2323
// DEP: ___stack_chk_fail
2424
// DEP: ___stack_chk_guard
2525
// DEP: ___stderrp
26+
// DEP: __availability_version_check
2627
// DEP: _abort
2728
// DEP: _asl_log
29+
// DEP: _dispatch_once_f
30+
// DEP: _dlsym
2831
// DEP: _exit
32+
// DEP: _fclose
33+
// DEP: _fopen
2934
// DEP: _fprintf
35+
// DEP: _fread
3036
// DEP: _free
37+
// DEP: _fseek
38+
// DEP: _ftell
3139
// DEP: _malloc
3240
// DEP: _memcpy
3341
// DEP: _memset_s
@@ -39,6 +47,8 @@
3947
// DEP: _pthread_self
4048
// DEP: _pthread_setspecific
4149
// DEP: _putchar
50+
// DEP: _rewind
51+
// DEP: _sscanf
4252
// DEP: _strlen
4353
// DEP: _vfprintf
4454
// DEP: _vsnprintf

0 commit comments

Comments
 (0)