From: Michael Jeanson Date: Wed, 6 Oct 2021 16:30:25 +0000 (-0400) Subject: Cleanup: always use sysconf to get the page size X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5;hp=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5;p=lttng-tools.git Cleanup: always use sysconf to get the page size Use 'sysconf(_SC_PAGE_SIZE)' across the code base which is works on all our supported platforms. Change-Id: I4231d45e0b03301de1274c0a5a4903cd17b4a80a Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---