[libc-commits] [libc] [libc][stdio] Use proxy headers of stdio.h in src and test folders. (PR #110067)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Sep 26 10:21:44 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
----------------
michaelrj-google wrote:
```suggestion
#include "hdr/stdio_macros.h" // For SEEK_* macros
```
https://github.com/llvm/llvm-project/pull/110067
More information about the libc-commits
mailing list