diff options
Diffstat (limited to 'arch/m68k/kernel')
| -rw-r--r-- | arch/m68k/kernel/sys_m68k.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/m68k/kernel/sys_m68k.c b/arch/m68k/kernel/sys_m68k.c index e892f17ba3fa..7f54efaf60bb 100644 --- a/arch/m68k/kernel/sys_m68k.c +++ b/arch/m68k/kernel/sys_m68k.c | |||
| @@ -30,23 +30,6 @@ | |||
| 30 | #include <asm/page.h> | 30 | #include <asm/page.h> |
| 31 | #include <asm/unistd.h> | 31 | #include <asm/unistd.h> |
| 32 | 32 | ||
| 33 | /* | ||
| 34 | * sys_pipe() is the normal C calling standard for creating | ||
| 35 | * a pipe. It's not the way unix traditionally does this, though. | ||
| 36 | */ | ||
| 37 | asmlinkage int sys_pipe(unsigned long __user * fildes) | ||
| 38 | { | ||
| 39 | int fd[2]; | ||
| 40 | int error; | ||
| 41 | |||
| 42 | error = do_pipe(fd); | ||
| 43 | if (!error) { | ||
| 44 | if (copy_to_user(fildes, fd, 2*sizeof(int))) | ||
| 45 | error = -EFAULT; | ||
| 46 | } | ||
| 47 | return error; | ||
| 48 | } | ||
| 49 | |||
| 50 | /* common code for old and new mmaps */ | 33 | /* common code for old and new mmaps */ |
| 51 | static inline long do_mmap2( | 34 | static inline long do_mmap2( |
| 52 | unsigned long addr, unsigned long len, | 35 | unsigned long addr, unsigned long len, |
