mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:07:45 +00:00
LibC: Remove the LibPthread
interface target
This commit is contained in:
parent
28061cf94d
commit
5870484d1a
6 changed files with 5 additions and 15 deletions
|
@ -50,11 +50,3 @@ set(LIBTEST_BASED_SOURCES
|
|||
foreach(libtest_source IN LISTS LIBTEST_BASED_SOURCES)
|
||||
serenity_test("${libtest_source}" Kernel)
|
||||
endforeach()
|
||||
|
||||
target_link_libraries(elf-execve-mmap-race LibPthread)
|
||||
target_link_libraries(kill-pidtid-confusion LibPthread)
|
||||
target_link_libraries(nanosleep-race-outbuf-munmap LibPthread)
|
||||
target_link_libraries(null-deref-close-during-select LibPthread)
|
||||
target_link_libraries(null-deref-crash-during-pthread_join LibPthread)
|
||||
target_link_libraries(uaf-close-while-blocked-in-read LibPthread)
|
||||
target_link_libraries(pthread-cond-timedwait-example LibPthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue