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

Ed Maste via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 7 06:06:48 PDT 2019


emaste added inline comments.


================
Comment at: include/errno.h:36
 
-#if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE)
+#if !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) || !defined(EINTEGRITY)
 
----------------
mclow.lists wrote:
> This chunk of ifdefs more than tripled in size when we went from "two possible additions" to "three possible additions". What happens when someone adds a fourth?
> 
> "Not sustainable" is the kindest thing I can say about this.
> 
Any suggestion on a sensible approach?


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