After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316229 - add g_fsync to API
add g_fsync to API
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2005-09-13 17:51 UTC by Todd Goyen
Modified: 2018-05-24 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to implement functionality (1.50 KB, patch)
2005-09-13 18:05 UTC, Todd Goyen
none Details | Review

Description Todd Goyen 2005-09-13 17:51:41 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);
Comment 1 Todd Goyen 2005-09-13 18:05:32 UTC
Created attachment 52180 [details] [review]
patch to implement functionality
Comment 2 GNOME Infrastructure Team 2018-05-24 10:36:37 UTC
-- 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.