qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [5486] Define O_DSYNC as O_SYNC if necessary.


From: Laurent Vivier
Subject: Re: [Qemu-devel] [5486] Define O_DSYNC as O_SYNC if necessary.
Date: Tue, 14 Oct 2008 20:25:57 +0200


Le 14 oct. 08 à 20:21, Laurent Vivier a écrit :


Le 14 oct. 08 à 20:12, Robert Riebisch a écrit :

Anthony Liguori wrote:

Define O_DSYNC as O_SYNC if necessary.

...

+/* OS X does not have O_DSYNC */
+#ifndef O_DSYNC
+#define O_SYNC
+#endif
+

Not "+#define O_DSYNC O_SYNC"?

OS X does not have O_SYNC too...


Sorry, I'm wrong, it has O_SYNC, but "man open" doesn't give it...

Laurent
----------------------- Laurent Vivier ----------------------
"The best way to predict the future is to invent it."
- Alan Kay









reply via email to

[Prev in Thread] Current Thread [Next in Thread]