[libc-commits] [libc] [libc][math][c23] Add nanf16 C23 math function (PR #94767)

via libc-commits libc-commits at lists.llvm.org
Fri Jun 7 09:34:40 PDT 2024


================
@@ -58,7 +58,7 @@ add_header(pthread_rwlockattr_t HDR pthread_rwlockattr_t.h)
 add_header(pthread_t HDR pthread_t.h DEPENDS .__thread_type)
 add_header(rlim_t HDR rlim_t.h)
 add_header(time_t HDR time_t.h)
-add_header(stack_t HDR stack_t.h)
+add_header(stack_t HDR stack_t.h DEPENDS .size_t)
----------------
overmighty wrote:

This missing dependency caused my Android build to fail.

https://github.com/llvm/llvm-project/pull/94767


More information about the libc-commits mailing list