[libc][Obvious] Add a missing dep and fix an incorrect dep.

This commit is contained in:
Siva Chandra Reddy 2023-03-31 19:36:18 +00:00
parent 4bbbae61d3
commit 4e86c090ca
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ add_header_library(
.uint128
libc.src.__support.CPP.optional
libc.src.__support.CPP.limits
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
libc.src.__support.builtin_wrappers
libc.src.__support.common

View File

@ -299,7 +299,7 @@ add_entrypoint_object(
HDRS
pthread_exit.h
DEPENDS
libc.include.threads
libc.include.pthread
libc.src.__support.threads.thread
)