Skip to content

Commit 34588ac

Browse files
Merge pull request #75671 from kateinoigakukun/yt/add-alias-errno-const
[wasm] Add shims for aliased errno constants in WASILibc overlay
2 parents ebce19a + 65f9bad commit 34588ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/Platform/WASILibc.swift.gyb

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ posix_error_codes = [
7373
"EADDRNOTAVAIL",
7474
"EAFNOSUPPORT",
7575
"EAGAIN",
76+
"EWOULDBLOCK",
7677
"EALREADY",
7778
"EBADF",
7879
"EBADMSG",
@@ -125,6 +126,7 @@ posix_error_codes = [
125126
"ENOTRECOVERABLE",
126127
"ENOTSOCK",
127128
"ENOTSUP",
129+
"EOPNOTSUPP",
128130
"ENOTTY",
129131
"ENXIO",
130132
"EOVERFLOW",

0 commit comments

Comments
 (0)