mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-06 08:25:45 +00:00
Fix previous commit (spotted by Robert Riebisch).
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5487 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f646557804
commit
7ab064d2b5
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
/* OS X does not have O_DSYNC */
|
/* OS X does not have O_DSYNC */
|
||||||
#ifndef O_DSYNC
|
#ifndef O_DSYNC
|
||||||
#define O_SYNC
|
#define O_DSYNC O_SYNC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */
|
/* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */
|
||||||
|
Loading…
Reference in New Issue
Block a user