[PATCH] D31092: Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 11:52:13 PDT 2017
kubamracek added a comment.
So is this to avoid potential future crashes when sysconf gets an interceptor? Can we instead call `REAL(sysconf)`?
https://reviews.llvm.org/D31092
More information about the llvm-commits
mailing list