[libc-commits] [PATCH] D117282: [libc] Move type definitions to their own self contained header files.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jan 14 10:11:49 PST 2022
michaelrj added inline comments.
================
Comment at: libc/include/llvm-libc-types/float_t.h:10
+#ifndef __need_float_t
+#error "Cannot include this file without __need_off_t defined."
+#endif
----------------
should be `__need_float_t`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117282/new/
https://reviews.llvm.org/D117282
More information about the libc-commits
mailing list