2 * See the file LICENSE for redistribution information.
5 * Sleepycat Software. All rights reserved.
11 static const char sccsid[] = "@(#)os_fsync.c 10.3 (Sleepycat) 10/25/97";
14 #ifndef NO_SYSTEM_INCLUDES
15 #include <sys/types.h>
25 * Flush a file descriptor.
27 * PUBLIC: int __db_fsync __P((int));
33 return (__os_fsync(fd) ? errno : 0);