diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt index 1764157da9a479..a03efa89b8e8e8 100644 --- a/libc/config/linux/x86_64/entrypoints.txt +++ b/libc/config/linux/x86_64/entrypoints.txt @@ -146,7 +146,9 @@ set(TARGET_LIBC_ENTRYPOINTS # sys/epoll.h entrypoints libc.src.sys.epoll.epoll_wait libc.src.sys.epoll.epoll_pwait - libc.src.sys.epoll.epoll_pwait2 + # TODO: Need to check if pwait2 is available before providing. + # https://github.com/llvm/llvm-project/issues/80060 + # libc.src.sys.epoll.epoll_pwait2 # sys/mman.h entrypoints libc.src.sys.mman.madvise