| Index: src/ports/SkOSFile_stdio.cpp
|
| diff --git a/src/ports/SkOSFile_stdio.cpp b/src/ports/SkOSFile_stdio.cpp
|
| index 915b87b67bdc43cc4e3b8f5aae3166d59868b25e..d5ebd2ce5f0e1b38a45f3a7a3d30ba247ac74b58 100644
|
| --- a/src/ports/SkOSFile_stdio.cpp
|
| +++ b/src/ports/SkOSFile_stdio.cpp
|
| @@ -145,7 +145,7 @@ void sk_fflush(FILE* f) {
|
|
|
| void sk_fsync(FILE* f) {
|
| #if !defined(_WIN32) && !defined(SK_BUILD_FOR_ANDROID) && !defined(__UCLIBC__) \
|
| - && !defined(_NEWLIB_VERSION)
|
| + && !defined(_NEWLIB_VERSION) && !defined(__Fuchsia__)
|
| int fd = fileno(f);
|
| fsync(fd);
|
| #endif
|
|
|