X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=debug%2Fsorter%2Fradix-asio-test.c;h=168f6ff6b4f0b982a3cb2ce434ee2c6bd5989aae;hb=b5b7b2641b00a18b53c48a1335846133f1d53168;hp=f288c3be43a851bb44240f7aaab473774296ce14;hpb=6653d0a752dd937152fa66f1725fab42edc25b8a;p=libucw.git diff --git a/debug/sorter/radix-asio-test.c b/debug/sorter/radix-asio-test.c index f288c3be..168f6ff6 100644 --- a/debug/sorter/radix-asio-test.c +++ b/debug/sorter/radix-asio-test.c @@ -59,7 +59,7 @@ int main(int argc, char **argv) #ifdef COPY msg(L_INFO, "Creating input file"); - int in_fd = sh_open("tmp/ft-in", O_RDWR | O_CREAT | O_TRUNC | DIRECT, 0666); + int in_fd = ucw_open("tmp/ft-in", O_RDWR | O_CREAT | O_TRUNC | DIRECT, 0666); ASSERT(in_fd >= 0); ASSERT(!(total_size % bufsize)); P_INIT; @@ -85,7 +85,7 @@ int main(int argc, char **argv) for (uns i=0; i