WASI-api.md: fix fsync -> fcntl
This commit is contained in:
@@ -286,7 +286,7 @@ Inputs:
|
|||||||
|
|
||||||
Get the attributes of a file descriptor.
|
Get the attributes of a file descriptor.
|
||||||
|
|
||||||
Note: This returns similar flags to `fsync(fd, F_GETFL)` in POSIX, as well
|
Note: This returns similar flags to `fcntl(fd, F_GETFL)` in POSIX, as well
|
||||||
as additional fields.
|
as additional fields.
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user