Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.22 /ipc/util.c

Filename:/ipc/util.c
Lines Added:6
Lines Deleted:0
Also changed in: (Previous) 2.4.22-rc4  2.4.22-rc3  2.4.22-rc2  2.4.22-rc1  2.4.22-pre10  2.4.22-pre9 
(Following) 2.6.22-rc1  2.6.22-rc2  2.6.22-rc3  2.6.22-rc4  2.6.22-rc5  2.6.22-rc6 

Location
[  2.4.22
  [  ipc
     o  util.c

Patch

diff -urN linux-2.4.21/ipc/util.c linux-2.4.22/ipc/util.c
--- linux-2.4.21/ipc/util.c   2002-11-28 15:53:15.000000000 -0800
+++ linux-2.4.22/ipc/util.c   2003-08-25 04:44:44.000000000 -0700
@@ -359,6 +359,12 @@
    return -ENOSYS;
 }
 
+asmlinkage long sys_semtimedop(int semid, struct sembuf *sops, unsigned nsops,
+                const struct timespec *timeout)
+{
+   return -ENOSYS;
+}
+
 asmlinkage long sys_semctl (int semid, int semnum, int cmd, union semun arg)
 {
    return -ENOSYS;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.