Revision a2926784

b/linux-user/syscall.c
3215 3215

  
3216 3216
	/* IPC_* and SHM_* command values are the same on all linux platforms */
3217 3217
    case IPCOP_shmctl:
3218
        ret = do_shmctl(first, second, third);
3218
        ret = do_shmctl(first, second, ptr);
3219 3219
        break;
3220 3220
    default:
3221 3221
	gemu_log("Unsupported ipc call: %d (version %d)\n", call, version);

Also available in: Unified diff