[libc-commits] [libc] [libc] Fix missing sysroot path for kernel headers when crosscompiling (PR #99588)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Jul 18 22:32:55 PDT 2024
================
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include "src/time/nanosleep.h"
-
+#include "hdr/time_macros.h"
----------------
petrhosek wrote:
This change seems unrelated, can you move it to a separate PR?
https://github.com/llvm/llvm-project/pull/99588
More information about the libc-commits
mailing list