[libcxx-commits] [libcxx] [libc++] Add FreeBSD-specific EINTEGRITY errc value (PR #76364)
Dimitry Andric via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 8 10:38:26 PST 2024
DimitryAndric wrote:
I think errno values are inherently system-dependent, and it is mostly serendipity that a bunch of POSIX or Linux specific values ended up in the "blessed" list from the committee. If they are also starting do deprecate a bunch of these in the future, the utility value of the whole `errc` enum seems to be rather in decline, and people will likely use other, even more non-portable methods to convey error codes.
In any case, I think we'll just keep on carrying that local patch for the time being. :)
https://github.com/llvm/llvm-project/pull/76364
More information about the libcxx-commits
mailing list