Issue 86022
Summary [libc] provide compat sysconf values
Labels libc
Assignees nickdesaulniers
Reporter nickdesaulniers
    As discovered in #85971, we provide a definition of `_SC_PAGESIZE` whos value does not match glibc's (or bionic's).

POSIX defines that these macro definitions exist, but not what value they have.

https://pubs.opengroup.org/onlinepubs/9699919799/functions/sysconf.html

This can lead to compatibility bugs.  We may need to provide definitions for these.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to