aboutsummaryrefslogtreecommitdiff
path: root/libc/lib
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2020-03-05 20:46:13 -0800
committerSiva Chandra Reddy <sivachandra@google.com>2020-03-05 20:46:13 -0800
commit3c88489a063c8f318aefacb75e8fcc9a115369a2 (patch)
treeef2a0fa830e492fa7f79dc2d7a343f8ade3ef084 /libc/lib
parent1f7badf9793b9591e324d5e94e0c47843a4c0cd2 (diff)
downloadllvm-3c88489a063c8f318aefacb75e8fcc9a115369a2.zip
llvm-3c88489a063c8f318aefacb75e8fcc9a115369a2.tar.gz
llvm-3c88489a063c8f318aefacb75e8fcc9a115369a2.tar.bz2
[libc]Revert "Add linux implementations of thrd_create and thrd_join functions."
This reverts commit abc040e9533011a62a25c93b07b4fc31c8a641f7 as the bots are failing because of this.
Diffstat (limited to 'libc/lib')
-rw-r--r--libc/lib/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/lib/CMakeLists.txt b/libc/lib/CMakeLists.txt
index 83b19fd..b67f8e4 100644
--- a/libc/lib/CMakeLists.txt
+++ b/libc/lib/CMakeLists.txt
@@ -22,10 +22,6 @@ add_entrypoint_library(
# stdlib.h entrypoints
_Exit
abort
-
- # threads.h entrypoints
- thrd_create
- thrd_join
)
add_entrypoint_library(