Commit 65e5062
committed
Drop posix.fallocate() under WASI.
The underlying POSIX function, posix_fallocate(), was found to vary too
much between implementations to remain in WASI. As such, while it was
available in WASI preview1, it's been dropped in preview2.
1 parent 078cdcc commit 65e5062
File tree
3 files changed
+10
-5
lines changed- Misc/NEWS.d/next/Library
- Modules
- clinic
3 files changed
+10
-5
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10987 | 10987 | | |
10988 | 10988 | | |
10989 | 10989 | | |
10990 | | - | |
| 10990 | + | |
| 10991 | + | |
| 10992 | + | |
| 10993 | + | |
10991 | 10994 | | |
10992 | 10995 | | |
10993 | 10996 | | |
| |||
11025 | 11028 | | |
11026 | 11029 | | |
11027 | 11030 | | |
11028 | | - | |
| 11031 | + | |
11029 | 11032 | | |
11030 | 11033 | | |
11031 | 11034 | | |
| |||
0 commit comments