[libc-commits] [libc] [libc] Clean up sysconf implementation and tests (PR #204130)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Wed Jun 17 05:47:34 PDT 2026
================
@@ -26,6 +26,6 @@
#define RLIMIT_RTPRIO 14
#define RLIMIT_RTTIME 15
-#define RLIM_INFINITY (~0UL)
+#define RLIM_INFINITY (~0ULL)
----------------
kaladron wrote:
I'd missed this when I rerequested review. Let me try it and see.
https://github.com/llvm/llvm-project/pull/204130
More information about the libc-commits
mailing list