]> granicus.if.org Git - procps-ng/commit
library: remove procps_pagesize_get()
authorCraig Small <csmall@enc.com.au>
Thu, 2 Jul 2015 10:54:11 +0000 (20:54 +1000)
committerCraig Small <csmall@enc.com.au>
Thu, 2 Jul 2015 10:54:11 +0000 (20:54 +1000)
commit62f9a51532f5dac19fcf4dfdaaa37c1114049500
tree716163f4603f85adebab8724a6b2de1582b25786
parent855a6a7055095f3d649439cd61c7eb7055a04756
library: remove procps_pagesize_get()

This is actually a systemcall getpagesize(2) or it is defined
in configure using a variety of methods, including a default
hard coded value as a last resort.

There is no need to have this in libprocps
proc/libprocps.sym
proc/sysinfo.c
proc/sysinfo.h
top/top.c