From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRloV-0006gk-SU for qemu-devel@nongnu.org; Wed, 01 Jun 2011 09:50:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRloI-0003Sk-9o for qemu-devel@nongnu.org; Wed, 01 Jun 2011 09:50:23 -0400 Received: from eu1sys200aog104.obsmtp.com ([207.126.144.117]:53241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRloH-0003Ps-UI for qemu-devel@nongnu.org; Wed, 01 Jun 2011 09:50:10 -0400 Date: Wed, 1 Jun 2011 15:47:34 +0200 From: Message-ID: <20110601134734.GA10150@gnx2503> References: <1306928551-31723-1-git-send-email-cedric.vincent@st.com> <4DE63DF1.60709@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <4DE63DF1.60709@twiddle.net> Subject: Re: [Qemu-devel] [PATCH] linux-user: Define AT_RANDOM to support target dynamic linkers that do ASLR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Laurent ALFONSI , Riku Voipio , "qemu-devel@nongnu.org" On Wed, Jun 01, 2011 at 03:26:09PM +0200, Richard Henderson wrote: > > 16 bytes, not 16 bits. You're right it's not 16 bits, it's "sizeof(uintptr_t)" actually: http://repo.or.cz/w/glibc.git/blob/glibc-2.10:/sysdeps/unix/sysv/linux/dl-osinfo.h#l89 > Typos for auxiliary and readable. Thanks.