diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2025-04-25 01:25:41 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-25 09:35:54 -0700 |
commit | 945090de2d781d01c56d5ab7ea232a355e66035e (patch) | |
tree | 0966ac8c893732940f5fe52b671cfb125898afeb /commit-graph.c | |
parent | 61fb2262e71a044198b8b18872a802036c332d80 (diff) |
meson: check for getpagesize before using it
It is deprecated and removed in SUS v3 / POSIX 2001, so various systems
may not include it. Solaris, in particular, carefully refrains from
defining it except inside of a maze of `#ifdef` to make sure you have
kept your nose clean and only used it in code that *targets* SUS v2 or
earlier.
config.mak.uname defines this automatically, though only for QNX.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions