[libc-commits] [PATCH] D147738: [libc] Enable linux directory entries syscalls in riscv64
Mikhail Ramalho via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 21 07:17:06 PDT 2023
mikhail.ramalho marked 3 inline comments as done.
mikhail.ramalho added inline comments.
================
Comment at: libc/include/llvm-libc-types/off64_t.h:12
-
-typedef __INT64_TYPE__ off64_t;
-
----------------
michaelrj wrote:
> I didn't mean you should delete `off64_t` completely, only that you didn't need it in that specific place.
We don't actually need it since, as you mentioned, off_t and off64_t are the same types (the same for ino_t and ino64_t). Do we want to keep them both in the code base?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147738/new/
https://reviews.llvm.org/D147738
More information about the libc-commits
mailing list