Closed CamilleScholtz closed 6 months ago
Excuse my ignorance. What's a musl system?
If there is a conflict between our global variable PAGE_SIZE and a macro defined in a header file, it may be cleaner to rename our variable to something like g_page_size.
musl is an alternative to glibc: https://musl.libc.org/
I don't know much about C and especially not these kind of global variables, that's why I made this an issue instead of PR.
Some more info about PAGE_SIZE in musl:
Do you perhaps have a fix for 5.6?
Unfortunately I am getting errors on my system
PAGE_SIZE is a reserved symbolic name of
There is an open bug in Gentoo[2] on ROCT-Thunk-Interface (one of multiple).
[1] https://pubs.opengroup.org/onlinepubs/7908799/xsh/limits.h.html [2] https://bugs.gentoo.org/830944
the following patch fixes this: