[libc-commits] [libc] [libc][stdio] Use proxy headers of stdio.h in src and test folders. (PR #110067)
via libc-commits
libc-commits at lists.llvm.org
Thu Sep 26 19:08:48 PDT 2024
================
@@ -9,7 +9,7 @@
#include "src/__support/File/file.h"
#include "test/UnitTest/Test.h"
-#include <stdio.h> // For SEEK_* macros
+#include <hdr/stdio_macros.h> // For SEEK_* macros
----------------
lntue wrote:
Done
https://github.com/llvm/llvm-project/pull/110067
More information about the libc-commits
mailing list