Changes of Revision 8
[-] [+] | Added | qemu-cvs-flash.patch |
@@ -0,0 +1,13 @@ +Index: qemu/linux-user/syscall.c +================================================================================ +--- qemu/linux-user/syscall.c ++++ qemu/linux-user/syscall.c +@@ -1867,6 +1867,8 @@ + + switch (call) { + case IPCOP_semop: ++ ret = -EINVAL; ++ break; + { + struct sembuf *target_sops; + int i; |