]> mj.ucw.cz Git - libucw.git/commit
make Sherlock compilable on Darwin without hacks due to missing direct IO
authorRobert Spalek <robert@ucw.cz>
Thu, 27 Nov 2008 15:51:41 +0000 (07:51 -0800)
committerRobert Spalek <robert@ucw.cz>
Thu, 27 Nov 2008 15:51:41 +0000 (07:51 -0800)
commit0f2fe2a049521c4b43f446794f23ebb989ddd606
tree90864c06e38bb931c259d60fcd924add9639c121
parente2eac235f4864fd3e4eb8fbd92aad44a267b6ba5
make Sherlock compilable on Darwin without hacks due to missing direct IO

I define O_DIRECT flag to be 0 on Darwin, hence enabling direct IO will
have no effect.  This ignoring will be silent.  A clean solution (with
failure when enabled by the user) would be much more complicated and I just
wanna make Sherlock compilable on Darwin for desktop/debugging usage.
ucw/perl/UCW/Configure/C.pm