2007-11-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Fixed a2io.h
	* src/a2io.h
pull/1/head
Tatsuhiro Tsujikawa 2007-11-28 15:08:09 +00:00
parent 5a2f398eca
commit 6a0961f2bf
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-11-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed a2io.h
* src/a2io.h
2007-11-28 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added direct I/O support. The current implementation uses O_DIRECT,

View File

@ -117,7 +117,7 @@
#endif // __MINGW32__
#if defined HAVE_POSIX_MEMALIGN && O_DIRECT
//# define ENABLE_DIRECT_IO 1
# define ENABLE_DIRECT_IO 1
#endif // HAVE_POSIX_MEMALIGN && O_DIRECT
#undef HAVE_POSIX_MEMALIGN
#endif // _D_A2IO_H_