[libc-commits] [PATCH] D159104: [libc] Fix setrlimit/getrlimit on 32-bit systems
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Sep 5 10:24:09 PDT 2023
sivachandra added inline comments.
================
Comment at: libc/include/llvm-libc-types/rlim64_t.h:12
+
+typedef __UINT64_TYPE__ rlim64_t;
+
----------------
Can just define `rlim_t` this way? Would there be any problems in the overlay build?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159104/new/
https://reviews.llvm.org/D159104
More information about the libc-commits
mailing list