mirror of https://github.com/aria2/aria2
2007-11-29 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Fixed a2io.h * src/a2io.hpull/1/head
parent
5a2f398eca
commit
6a0961f2bf
|
@ -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,
|
||||
|
|
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue