[libc][NFC] Remove the now used thread_attrib target.
authorSiva Chandra Reddy <sivachandra@google.com>
Sat, 9 Jul 2022 18:25:27 +0000 (18:25 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Sat, 9 Jul 2022 18:28:28 +0000 (18:28 +0000)
commit9c78d925578fa37853514650e3ed2f8cbce3198c
tree64eac678b9e2501319a1b5cd4d023822f82d6055
parenta8e6056e24173167fa8d3a588982f36ba83312bd
[libc][NFC] Remove the now used thread_attrib target.
libc/src/__support/threads/CMakeLists.txt
libc/src/__support/threads/linux/CMakeLists.txt
libc/src/__support/threads/thread.cpp [new file with mode: 0644]
libc/test/src/__support/threads/CMakeLists.txt
libc/test/src/__support/threads/thread_detach_test.cpp