[CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2
[safe/jmp/linux-2.6] / arch / ia64 / kernel / sys_ia64.c
index bcbb6d8..92ed83f 100644 (file)
@@ -154,7 +154,7 @@ out:
  * and r9) as this is faster than doing a copy_to_user().
  */
 asmlinkage long
-sys_pipe (void)
+sys_ia64_pipe (void)
 {
        struct pt_regs *regs = task_pt_regs(current);
        int fd[2];