From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH ARM v7 03/13] mini-os: move poor rand function to test.c Date: Mon, 11 Aug 2014 11:29:41 +0200 Message-ID: <20140811092941.GN3226@type.youpi.perso.aquilenet.fr> References: <1407512862-9373-1-git-send-email-talex5@gmail.com> <1407512862-9373-4-git-send-email-talex5@gmail.com> <20140808163754.GA3226@type.youpi.perso.aquilenet.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XGlvR-0002m8-W5 for xen-devel@lists.xenproject.org; Mon, 11 Aug 2014 09:29:58 +0000 Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Thomas Leonard Cc: xen-devel@lists.xenproject.org, Anil Madhavapeddy , David Scott , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Thomas Leonard, le Mon 11 Aug 2014 08:59:06 +0100, a =E9crit : > On 8 August 2014 17:37, Samuel Thibault wr= ote: > > Thomas Leonard, le Fri 08 Aug 2014 16:47:32 +0100, a =E9crit : > >> It's only used by test.c > > > > It's also used by qemu. > = > Oh. I thought all the existing stuff using mini-os was using it with a li= bc. Ah, sorry, I missed the #ifndef HAVE_LIBC, and thought that libc wasn't providing it. Then, Acked-by: Samuel Thibault Samuel