[libcxx-commits] [PATCH] D98541: [SystemZ][z/OS] Define _LIBCPP_ELAST
Muiez Ahmed via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 15 06:25:55 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG62705ee01257: [SystemZ][z/OS] Define _LIBCPP_ELAST (authored by muiez).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98541/new/
https://reviews.llvm.org/D98541
Files:
libcxx/src/include/config_elast.h
Index: libcxx/src/include/config_elast.h
===================================================================
--- libcxx/src/include/config_elast.h
+++ libcxx/src/include/config_elast.h
@@ -35,6 +35,8 @@
// No _LIBCPP_ELAST needed on Apple
#elif defined(__sun__)
#define _LIBCPP_ELAST ESTALE
+#elif defined(__MVS__)
+#define _LIBCPP_ELAST 1160
#elif defined(_LIBCPP_MSVCRT_LIKE)
#define _LIBCPP_ELAST (_sys_nerr - 1)
#else
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98541.330634.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210315/c877f732/attachment-0001.bin>
More information about the libcxx-commits
mailing list