Re: [Qemu-devel] [PATCH v1 1/5] s390-ccw: update libc.h

2017-11-28 Thread Cornelia Huck
On Mon, 27 Nov 2017 15:55:32 -0500 "Collin L. Walling" wrote: > Moved: > memcmp from bootmap.h to libc.h (renamed from _memcmp) > strlen from sclp.c to libc.h (renamed from _strlen) > > Added C standard functions: > isdigit > atoi > > Added non-C standard function: > itostr > > Signe

[Qemu-devel] [PATCH v1 1/5] s390-ccw: update libc.h

2017-11-27 Thread Collin L. Walling
Moved: memcmp from bootmap.h to libc.h (renamed from _memcmp) strlen from sclp.c to libc.h (renamed from _strlen) Added C standard functions: isdigit atoi Added non-C standard function: itostr Signed-off-by: Collin L. Walling Acked-by: Christian Borntraeger Reviewed-by: fran...@linux