diff options
Diffstat (limited to 'arch/parisc/hpux/sys_hpux.c')
-rw-r--r-- | arch/parisc/hpux/sys_hpux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/hpux/sys_hpux.c b/arch/parisc/hpux/sys_hpux.c index 0c5b9dabb475..be255ebb609c 100644 --- a/arch/parisc/hpux/sys_hpux.c +++ b/arch/parisc/hpux/sys_hpux.c | |||
@@ -448,7 +448,7 @@ int hpux_pipe(int *kstack_fildes) | |||
448 | int error; | 448 | int error; |
449 | 449 | ||
450 | lock_kernel(); | 450 | lock_kernel(); |
451 | error = do_pipe(kstack_fildes); | 451 | error = do_pipe_flags(kstack_fildes, 0); |
452 | unlock_kernel(); | 452 | unlock_kernel(); |
453 | return error; | 453 | return error; |
454 | } | 454 | } |