]> mj.ucw.cz Git - libucw.git/blobdiff - debug/sorter/radix-asio-test.c
ucw docs: Array sorter
[libucw.git] / debug / sorter / radix-asio-test.c
index a108ed0ca6c9ccf0b7440698ab86c171f9b56b95..168f6ff6b4f0b982a3cb2ce434ee2c6bd5989aae 100644 (file)
 #include <unistd.h>
 
 #define COPY
-#ifdef O_DIRECT
 #define DIRECT O_DIRECT
-#else
-#define DIRECT 0       // Direct IO not supported, fallback to normal mode
-#endif
 
 static timestamp_t timer;