2009-04-04 Bean <bean123ch@gnail.com>

* include/grub/util/misc.h: Add dummy function fsync for mingw.

	* util/misc.c: Likewise.
This commit is contained in:
bean 2009-04-04 07:42:13 +00:00
parent 54ad95559e
commit da4c0bb629
3 changed files with 12 additions and 0 deletions

View file

@ -69,6 +69,7 @@ int asprintf (char **buf, const char *fmt, ...);
#define ftello ftello64
void sync (void);
int fsync (int fno);
void sleep(int s);
grub_int64_t grub_util_get_disk_size (char *name);