GNOME Bugzilla – Bug 316229
add g_fsync to API
Last modified: 2018-05-24 10:36:37 UTC
g_fsync (int fd); would be a useful addition to the stdio wrapper on unix: #include <unstd.h> fsync (int fd); on Windows: #include <io.h> _commit (int fd);
Created attachment 52180 [details] [review] patch to implement functionality
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/35.