File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
libc/test/integration/scudo Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ endif()
1313add_entrypoint_library(
1414 libc_for_scudo_integration_test
1515 DEPENDS
16- libc.src.stdlib.malloc
17- libc.src.stdlib.calloc
18- libc.src.stdlib.realloc
19- libc.src.stdlib.aligned_alloc
20- libc.src.stdlib.free
2116 libc.src.errno.errno
22- libc.src.unistd.__llvm_libc_syscall
17+ libc.src.fcntl.open
2318 libc.src.sched.__sched_getcpucount
24- libc.src.unistd.sysconf
19+ libc.src.stdlib.aligned_alloc
20+ libc.src.stdlib.calloc
21+ libc.src.stdlib.free
22+ libc.src.stdlib.malloc
23+ libc.src.stdlib.realloc
2524 libc.src.sys.auxv.getauxval
26- libc.src.sys.prctl.prctl
2725 libc.src.sys.mman.mmap
2826 libc.src.sys.mman.munmap
27+ libc.src.sys.prctl.prctl
28+ libc.src.unistd.__llvm_libc_syscall
29+ libc.src.unistd.close
2930 libc.src.unistd.read
31+ libc.src.unistd.sysconf
3032 libc.src.unistd.write
31- libc.src.unistd.close
32- libc.src.fcntl.open
3333)
3434
3535add_executable (
You can’t perform that action at this time.
0 commit comments