From 1cf9fe119b0be33c0a845e314339c2aace5e7c93 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 18 Apr 2019 13:16:43 -0500 Subject: [PATCH] WASI-api.md: fix fsync -> fcntl --- docs/WASI-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-api.md b/docs/WASI-api.md index 9e82b43e43c9..3df6b662c090 100644 --- a/docs/WASI-api.md +++ b/docs/WASI-api.md @@ -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: