patch-2.4.25 linux-2.4.25/arch/mips/kernel/ipc.c

Next file: linux-2.4.25/arch/mips/kernel/irixsig.c
Previous file: linux-2.4.25/arch/mips/kernel/head.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips/kernel/ipc.c linux-2.4.25/arch/mips/kernel/ipc.c
@@ -32,7 +32,11 @@
 
 	switch (call) {
 	case SEMOP:
-		return sys_semop (first, (struct sembuf *)ptr, second);
+		return sys_semtimedop (first, (struct sembuf *)ptr, second,
+		                       NULL);
+	case SEMTIMEDOP:
+		return sys_semtimedop (first, (struct sembuf *)ptr, second,
+		                       (const struct timespec *)fifth);
 	case SEMGET:
 		return sys_semget (first, second, third);
 	case SEMCTL: {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)