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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 15 10:18:28 PDT 2020


ldionne added a comment.

In D56398#2038671 <https://reviews.llvm.org/D56398#2038671>, @dim wrote:

> I guess so. But maybe the whole `ELAST` logic could be ripped out, as it does not seem to serve any purpose anymore? The whole difficult `#ifdef` stuff is only to define some "really last" error number, and it's only used to define the `EOWNERDEAD` and `ENOTRECOVERABLE` values, which for some reason are 'special'. But just a few lines below, a bunch of `EXXX` values just get defined to self-chosen values...
>
> Let's indeed abandon this, and I'll come up with a diff to get rid of this whole first block.


Thank you, cleaning that up would be great!


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