chiark / gitweb /
libuv: Update from 1.20.0 to 1.20.1
[termux-packages] / packages / strace / ipc_msgctl.c.patch
1 diff -u -r ../strace-4.11/ipc_msgctl.c ./ipc_msgctl.c
2 --- ../strace-4.11/ipc_msgctl.c 2015-11-25 20:36:58.000000000 -0500
3 +++ ./ipc_msgctl.c      2015-12-25 22:20:18.904846632 -0500
4 @@ -74,7 +74,9 @@
5                         break;
6                 }
7  
8 +#ifndef __ANDROID__
9                 tprintf(", key=%u", (unsigned) msqid_ds.msg_perm.__key);
10 +#endif
11                 printuid(", cuid=", msqid_ds.msg_perm.cuid);
12                 printuid(", cgid=", msqid_ds.msg_perm.cgid);
13                 tprints("}");