From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 13/19] libcflat: clean up libcflat.h and add string.h Date: Fri, 6 Jun 2014 20:39:32 +0200 Message-ID: <20140606183932.GQ3994@lvm> References: <1397149020-3501-1-git-send-email-drjones@redhat.com> <1397149020-3501-14-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Received: from mail-la0-f48.google.com ([209.85.215.48]:49302 "EHLO mail-la0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066AbaFFSjh (ORCPT ); Fri, 6 Jun 2014 14:39:37 -0400 Received: by mail-la0-f48.google.com with SMTP id mc6so1780932lab.35 for ; Fri, 06 Jun 2014 11:39:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397149020-3501-14-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 10, 2014 at 06:56:54PM +0200, Andrew Jones wrote: > Use libgcc's stddef.h and stdint.h, and then remove the redundant > defines from libcflat.h. Also separate out the string function > declarations into a new file string.h. These changes have no affect > on code including libcflat.h, but are needed in order to compile an > unmodified libfdt for kvm-unit-tests using an arm cross-compiler. > While at it, add strcpy. > > Signed-off-by: Andrew Jones Acked-by: Christoffer Dall