diff options
Diffstat (limited to 'libcxx/include/cerrno')
-rw-r--r-- | libcxx/include/cerrno | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/include/cerrno b/libcxx/include/cerrno index f96ea0ab117..028a388de60 100644 --- a/libcxx/include/cerrno +++ b/libcxx/include/cerrno @@ -44,14 +44,14 @@ const int __elast2 = ELAST+2; #define ENOTRECOVERABLE __elast1 #define ELAST ENOTRECOVERABLE -#else +#else // defined(EOWNERDEAD) #define EOWNERDEAD __elast1 #define ENOTRECOVERABLE __elast2 #define ELAST ENOTRECOVERABLE -#endif +#endif // defined(EOWNERDEAD) -#endif +#endif // !defined(EOWNERDEAD) || !defined(ENOTRECOVERABLE) #endif // _LIBCPP_CERRNO |