aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorSchrodinger ZHU Yifan <yifanzhu@rochester.edu>2024-05-07 17:36:58 -0400
committerGitHub <noreply@github.com>2024-05-07 17:36:58 -0400
commita5044e6d505deb79f1b00bb39d11096d29b9c910 (patch)
tree29fa280179fc3c3fdd6560f6c2233468f67341b2 /libc
parent2a3903fa0e88d7149df11aa37d4ba87c5e5f0913 (diff)
downloadllvm-a5044e6d505deb79f1b00bb39d11096d29b9c910.zip
llvm-a5044e6d505deb79f1b00bb39d11096d29b9c910.tar.gz
llvm-a5044e6d505deb79f1b00bb39d11096d29b9c910.tar.bz2
[libc] fix typo due to futex renaming (#91379)
Diffstat (limited to 'libc')
-rw-r--r--libc/src/__support/threads/linux/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/__support/threads/linux/CMakeLists.txt b/libc/src/__support/threads/linux/CMakeLists.txt
index b277c2a..9bee302 100644
--- a/libc/src/__support/threads/linux/CMakeLists.txt
+++ b/libc/src/__support/threads/linux/CMakeLists.txt
@@ -27,7 +27,7 @@ add_header_library(
HDRS
mutex.h
DEPENDS
- .futex
+ .futex_utils
libc.src.__support.threads.mutex_common
)