Revision 40ff6d7e posix-aio-compat.c

b/posix-aio-compat.c
625 625
    sigaction(SIGUSR2, &act, NULL);
626 626

  
627 627
    s->first_aio = NULL;
628
    if (pipe(fds) == -1) {
628
    if (qemu_pipe(fds) == -1) {
629 629
        fprintf(stderr, "failed to create pipe\n");
630 630
        return -1;
631 631
    }

Also available in: Unified diff