Skip to content

Commit a5044e6

Browse files
[libc] fix typo due to futex renaming (#91379)
1 parent 2a3903f commit a5044e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/__support/threads/linux/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ add_header_library(
2727
HDRS
2828
mutex.h
2929
DEPENDS
30-
.futex
30+
.futex_utils
3131
libc.src.__support.threads.mutex_common
3232
)
3333

0 commit comments

Comments
 (0)