]> Savannah Git Hosting - gnulib.git/commit
free-posix-tests: port to plain POSIX
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jun 2024 17:54:36 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 14 Jun 2024 20:19:04 +0000 (13:19 -0700)
commit92ff51f7c01e74756b324ba724f7cc703c570a08
tree339908a53ca7e214e9749738447553f022f19d1e
parent8bdd5a7c9a381578399a514f410f944fa49ba56d
free-posix-tests: port to plain POSIX

* tests/test-free.c (main): Use sysconf (_SC_PAGESIZE) instead of
getpagesize, as this code is compiled only on platforms that have
_SC_PAGESIZE and POSIX prefers the latter.
ChangeLog
tests/test-free.c