From: Robert Riebisch <rr@bttr-software.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5486] Define O_DSYNC as O_SYNC if necessary.
Date: Tue, 14 Oct 2008 20:12:06 +0200 [thread overview]
Message-ID: <48F4E0F6.3080009@bttr-software.de> (raw)
In-Reply-To: <E1KpoCF-00044M-E3@cvs.savannah.gnu.org>
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"?
Robert Riebisch
--
BTTR Software
http://www.bttr-software.de/
next prev parent reply other threads:[~2008-10-14 18:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-14 18:00 [Qemu-devel] [5486] Define O_DSYNC as O_SYNC if necessary Anthony Liguori
2008-10-14 18:12 ` Robert Riebisch [this message]
2008-10-14 18:15 ` Anthony Liguori
2008-10-14 18:21 ` Laurent Vivier
2008-10-14 18:25 ` Laurent Vivier
2008-10-14 18:53 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48F4E0F6.3080009@bttr-software.de \
--to=rr@bttr-software.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.