commit | e16d8df0be26c8e82c4a1188af8143f2d466b12a | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Wed Jan 10 18:53:33 2007 +0900 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Jan 10 20:02:24 2007 +0000 |
tree | c1b06fe59395286fccc94c7af72bfb6ef5ada773 | |
parent | 6b4cd2755039a0be642699e3fc2e3386daa88151 [diff] |
[MIPS] Fix N32 SysV IPC routines Add wrappers for N32 msg{snd,rcv}. compat_sys_msg{snd,rcv} can not not be used as system call entries as is. This fix is based on Kaz Kylheku's patch. Also change a type of last argument of sysn32_semctl to match its true size. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>