]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/parisc/hpux/sys_hpux.c
Merge branch 'linus' into x86/cleanups
[linux-2.6-omap-h63xx.git] / arch / parisc / hpux / sys_hpux.c
index 0c5b9dabb4754b350d3763f1ae31b1b3f706e64a..be255ebb609c98ddda7c280c0a1ca938d5d6f571 100644 (file)
@@ -448,7 +448,7 @@ int hpux_pipe(int *kstack_fildes)
        int error;
 
        lock_kernel();
-       error = do_pipe(kstack_fildes);
+       error = do_pipe_flags(kstack_fildes, 0);
        unlock_kernel();
        return error;
 }