14 lines
322 B
Diff
14 lines
322 B
Diff
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;
|