patch-2.4.22 linux-2.4.22/ipc/util.c
Next file: linux-2.4.22/kernel/exec_domain.c
Previous file: linux-2.4.22/ipc/sem.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
2003-08-25 04:44:44.000000000 -0700
-  Orig file: 
linux-2.4.21/ipc/util.c
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/ipc/util.c linux-2.4.22/ipc/util.c
@@ -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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)