diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:44:41 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-01-05 17:44:41 +0000 |
commit | 2e9671daee6f575e2eca8893ec64cd0655d672bc (patch) | |
tree | 3cc9c9b429ec4e688b62bb79cf35fe2fc51258f1 /vl.h | |
parent | eec85c2a0d18523f535785d15b046f427481cf5f (diff) |
patch for block-raw.c for Solaris, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2294 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ #define O_BINARY 0 #endif +#ifdef __sun__ +#define ENOMEDIUM 4097 +#endif + #ifdef _WIN32 #include <windows.h> #define fsync _commit |