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
- Lines: 13
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/kernel/ipc.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
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)