aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmsync.c')
-rw-r--r--src/gdbmsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmsync.c b/src/gdbmsync.c
index 10fbaad..5d94cbe 100644
--- a/src/gdbmsync.c
+++ b/src/gdbmsync.c
@@ -34,6 +34,6 @@ gdbm_sync (GDBM_FILE dbf)
34 gdbm_set_errno (dbf, GDBM_NO_ERROR, FALSE); 34 gdbm_set_errno (dbf, GDBM_NO_ERROR, FALSE);
35 35
36 /* Do the sync on the file. */ 36 /* Do the sync on the file. */
37 __fsync (dbf); 37 gdbm_file_sync (dbf);
38 38
39} 39}

Return to:

Send suggestions and report system problems to the System administrator.