Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / IO / fsync.c
1 #include "platform.h"
2
3 C_Errno_t(C_Int_t) Posix_IO_fsync (C_Fd_t f) {
4 return fsync (f);
5 }