diff options
Diffstat (limited to 'science/hdf5-18/files/patch-src-H5FDdirect.c')
-rw-r--r-- | science/hdf5-18/files/patch-src-H5FDdirect.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/hdf5-18/files/patch-src-H5FDdirect.c b/science/hdf5-18/files/patch-src-H5FDdirect.c new file mode 100644 index 000000000000..f46dbe251b5a --- /dev/null +++ b/science/hdf5-18/files/patch-src-H5FDdirect.c @@ -0,0 +1,11 @@ +--- src/H5FDdirect.c.orig 2008-09-24 22:02:07.000000000 +0800 ++++ src/H5FDdirect.c 2008-09-24 22:02:38.000000000 +0800 +@@ -29,6 +29,8 @@ + * this file. */ + /* #define _XOPEN_SOURCE 600 */ + ++#define O_DIRECT 0x00010000 ++ + #include "H5private.h" /* Generic Functions */ + #include "H5Eprivate.h" /* Error handling */ + #include "H5Fprivate.h" /* File access */ |