[libc-commits] [clang] [libc] [libc] Support opaque FILE* on baremetal (PR #168931)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Tue Dec 16 09:54:12 PST 2025
================
@@ -16,6 +16,45 @@
namespace LIBC_NAMESPACE_DECL {
+// These are intended to be provided by the vendor.
+//
+// The signature of these types and functions intentionally match `fopencookie`
----------------
michaelrj-google wrote:
to fully match fopencookie we'd also want `seek` and `close`. Those can be addressed in a followup
https://github.com/llvm/llvm-project/pull/168931
More information about the libc-commits
mailing list