[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 07:08: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:

Seems to have passed the tests.  =)

https://github.com/llvm/llvm-project/pull/204130


More information about the libc-commits mailing list