WASI-api.md: fix fsync -> fcntl

This commit is contained in:
Joel Martin
2019-04-18 13:16:43 -05:00
committed by Dan Gohman
parent 3351befb3b
commit b8fbae29e1

View File

@@ -286,7 +286,7 @@ Inputs:
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.
Inputs: