OSDN Git Service

fix build regression in sysconf for archs with variable page size
authorRich Felker <dalias@aerifal.cx>
Fri, 14 Sep 2018 20:25:56 +0000 (16:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 14 Sep 2018 20:25:56 +0000 (16:25 -0400)
commitda55d4884bf26ce31cd6a64ed176019c2ba9839a
tree0f628626a343bb78d44ebb144f2a2be4c169bc4c
parent017e67ddde79fa2b6187a5e56b1e92bafc7c4cd2
fix build regression in sysconf for archs with variable page size

commit 5ce3737931bb411a8d167356d4d0287b53b0cbdc removed the inclusion
of libc.h from this file as spurious, but it's needed to get PAGE_SIZE
on archs where PAGE_SIZE is not a constant defined by limits.h.
src/conf/sysconf.c