[PATCH] ia64: fix IA-32 version of shmctl()
This one is similar to msgctl. We should be calling sys_shmctl with struct shmid64_ds. In the absence of this patch: shmctl(shmid, IPC_SET, &shmid_ds) will fail.
Showing
Please register or sign in to comment