2007-07-10 18:55:54 +02:00
|
|
|
Index: qemu/linux-user/syscall.c
|
2007-11-13 21:32:02 +01:00
|
|
|
================================================================================
|
|
|
|
--- qemu/linux-user/syscall.c
|
2007-07-10 18:55:54 +02:00
|
|
|
+++ qemu/linux-user/syscall.c
|
2007-11-13 21:32:02 +01:00
|
|
|
@@ -1867,6 +1867,8 @@
|
2007-07-10 18:55:54 +02:00
|
|
|
|
|
|
|
switch (call) {
|
|
|
|
case IPCOP_semop:
|
|
|
|
+ ret = -EINVAL;
|
|
|
|
+ break;
|
|
|
|
{
|
|
|
|
struct sembuf *target_sops;
|
|
|
|
int i;
|