Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116763
b: refs/heads/master
c: 0f32dc9
h: refs/heads/master
i:
  116761: dc7e254
  116759: 9bd7cec
v: v3
  • Loading branch information
Christoph Hellwig authored and Tony Luck committed Oct 17, 2008
1 parent 0ceda39 commit 4d384ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f3541ed2cc5e74a4ace7052701055dedbe46938
refs/heads/master: 0f32dc9dc2cfe3e4608fd5cf7afa5d2acb6e3c10
2 changes: 1 addition & 1 deletion trunk/arch/ia64/ia32/ia32_entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ ia32_syscall_table:
data8 sys_mkdir
data8 sys_rmdir /* 40 */
data8 sys_dup
data8 sys32_pipe
data8 sys_pipe
data8 compat_sys_times
data8 sys_ni_syscall /* old prof syscall holder */
data8 sys32_brk /* 45 */
Expand Down
15 changes: 0 additions & 15 deletions trunk/arch/ia64/ia32/sys_ia32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1098,21 +1098,6 @@ sys32_mremap (unsigned int addr, unsigned int old_len, unsigned int new_len,
return ret;
}

asmlinkage long
sys32_pipe (int __user *fd)
{
int retval;
int fds[2];

retval = do_pipe_flags(fds, 0);
if (retval)
goto out;
if (copy_to_user(fd, fds, sizeof(fds)))
retval = -EFAULT;
out:
return retval;
}

asmlinkage unsigned long
sys32_alarm (unsigned int seconds)
{
Expand Down

0 comments on commit 4d384ce

Please sign in to comment.