[libc-commits] [libc] [libc] Use `stdio.h` for `off_t` instead of `unistd.h` (PR #98093)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Jul 8 15:54:32 PDT 2024
================
@@ -16,7 +16,7 @@
#include <stddef.h>
#include <stdint.h>
-#include <unistd.h> // For off_t.
+#include <stdio.h>
----------------
michaelrj-google wrote:
could you add a TODO to move these to proper proxy header?
https://github.com/llvm/llvm-project/pull/98093
More information about the libc-commits
mailing list