]> git.hungrycats.org Git - linux/commitdiff
ia64: Sync sys32_ipc() with x86 counter-part.
authorDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 8 Apr 2003 04:40:08 +0000 (21:40 -0700)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 8 Apr 2003 04:40:08 +0000 (21:40 -0700)
arch/ia64/ia32/sys_ia32.c

index 5ea1c3c300d7f21203cd9d1b33c973bb7c1b556d..ce6b75cc52b44df0b4b2b35cd08fdf6ba987acc0 100644 (file)
@@ -2395,7 +2395,7 @@ sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth)
                return shmctl32(first, second, (void *)AA(ptr));
 
              default:
-               return -EINVAL;
+               return -ENOSYS;
        }
        return -EINVAL;
 }