Skip to content

Commit ab87072

Browse files
ThePythonicCowsunfishcode
authored andcommitted
clarify posix_fallocate vs fd_allocate in docs
1 parent b41e918 commit ab87072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/WASI-some-possible-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ pair.
7474

7575
## Remove `fd_allocate`?
7676

77-
Darwin doesn't implement `fd_allocate`, despite it being a in POSIX
78-
since 2001. So we don't currently know any way to implement `fd_allocate`
77+
Darwin doesn't implement `posix_fallocate` (similar to `fd_allocate`), despite it being
78+
in POSIX since 2001. So we don't currently know any way to implement `fd_allocate`
7979
on Darwin that's safe from race conditions. Should we remove it from the API?
8080

8181
## Redesign `fstflags_t`

0 commit comments

Comments
 (0)