diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /arch/mips/kernel/irix5sys.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'arch/mips/kernel/irix5sys.h')
-rw-r--r-- | arch/mips/kernel/irix5sys.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/mips/kernel/irix5sys.h b/arch/mips/kernel/irix5sys.h index be57dc1f5..2d344c301 100644 --- a/arch/mips/kernel/irix5sys.h +++ b/arch/mips/kernel/irix5sys.h @@ -1,4 +1,5 @@ -/* $Id: irix5sys.h,v 1.8 1996/07/09 08:24:17 dm Exp $ +/* $Id: irix5sys.h,v 1.2 1998/08/17 10:16:25 ralf Exp $ + * * irix5sys.h: 32-bit IRIX5 ABI system call table. * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) @@ -34,7 +35,7 @@ SYS(sys_chdir, 1) /* 1012 chdir() V*/ SYS(irix_gtime, 0) /* 1013 time() V*/ SYS(irix_unimp, 0) /* 1014 (XXX IRIX 4 mknod) V*/ SYS(sys_chmod, 2) /* 1015 chmod() V*/ -SYS(irix_chown, 3) /* 1016 chown() V*/ +SYS(sys_chown, 3) /* 1016 chown() V*/ SYS(irix_brk, 1) /* 1017 break() V*/ SYS(irix_unimp, 0) /* 1018 (XXX IRIX 4 stat) V*/ SYS(sys_lseek, 3) /* 1019 lseek() XXX64bit HV*/ @@ -196,7 +197,7 @@ SYS(irix_statvfs, 2) /* 1174 statvfs() V*/ SYS(irix_fstatvfs, 2) /* 1175 fstatvfs() V*/ SYS(irix_unimp, 0) /* 1176 XXX getpmsg() DC*/ SYS(irix_unimp, 0) /* 1177 XXX putpmsg() DC*/ -SYS(irix_lchown, 3) /* 1178 lchown() V*/ +SYS(sys_lchown, 3) /* 1178 lchown() V*/ SYS(irix_priocntl, 0) /* 1179 priocntl() DC*/ SYS(irix_sigqueue, 4) /* 1180 sigqueue() IV*/ SYS(sys_readv, 3) /* 1181 readv() V*/ |