You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
397 B

--- strace-5.5/ipc_shmctl.c 2020-02-06 17:16:17.000000000 +0200
+++ strace-5.5.mod/ipc_shmctl.c 2020-02-10 14:45:51.122622049 +0200
@@ -48,8 +48,10 @@
break;
}
+#ifndef __ANDROID__
tprintf(", key=%u",
(unsigned) shmid_ds.shm_perm.NAME_OF_STRUCT_IPC_PERM_KEY);
+#endif
printuid(", cuid=", shmid_ds.shm_perm.cuid);
printuid(", cgid=", shmid_ds.shm_perm.cgid);
tprints("}");