Re: [PATCH] fix builds where HAVE_MQUEUE_H isn't defined

2015-07-28 Thread Dmitry V. Levin
On Mon, Jul 27, 2015 at 05:49:48PM -0700, enh wrote: Android doesn't have mqueue.h. diff --git a/ipc.c b/ipc.c index 33f4872..52a1d7a 100644 --- a/ipc.c +++ b/ipc.c @@ -342,7 +342,7 @@ SYS_FUNC(mq_open) /* mode */ tprintf(, %#lo, , tcp-u_arg[2]); # ifndef

Re: Android-specific prctl

2015-07-28 Thread enh
On 7/25/15, Dmitry V. Levin l...@altlinux.org wrote: On Fri, Jul 24, 2015 at 09:17:59PM -0700, enh wrote: Android kernels have an extra prctl that lets us set a name for an anonymous VMA, which is useful for debugging. at the moment strace shows it like this: prctl(0x53564d41 /* PR_??? */,