[libcxx-commits] [PATCH] D56398: Add new EINTEGRITY errno

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 13 09:32:30 PST 2019


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: dexonsmith.

Sorry if this is a basic question, but why are we trying to provide `EINTEGRITY` in libc++'s `errno.h` header at all? I don't see this being part of the C or C++ Standard.

If systems want to provide this macro, they can in their own `errno.h` header -- that's why we have a `#include_next`. I'd like to understand that before this proceeds. I do love removing the `ELAST` logic if we don't need it, though.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56398/new/

https://reviews.llvm.org/D56398





More information about the libcxx-commits mailing list