gh-95174: Handle missing dup() and constants in WASI (GH-95229)
- check for ``dup()`` libc function - handle missing ``F_DUPFD`` in ``dup2()`` replacement function - add workaround for WASI libc bug in MSG_TRUNC - ESHUTDOWN is missing, use EPIPE instead - POLLPRI is missing, define as 0 (no-op)
C
Christian Heimes committed
0d35a59ce3242b7326890a8c8cc41b321192ec9a
Parent: e8f3e8f
Committed by GitHub <noreply@github.com>
on 7/26/2022, 9:16:51 AM