Re: [Qemu-devel] [qemu-s390x] [PATCH v3 1/8] s390-ccw: update libc

2018-01-16 Thread Collin L. Walling
On 01/16/2018 05:00 AM, Thomas Huth wrote: On 15.01.2018 18:23, Collin L. Walling wrote: On 01/15/2018 12:05 PM, Eric Blake wrote: On 01/15/2018 10:44 AM, Collin L. Walling wrote: [...] +/** + * atoi: + * @str: the string to be converted. + * + * Given a string @str, convert it to an

Re: [Qemu-devel] [qemu-s390x] [PATCH v3 1/8] s390-ccw: update libc

2018-01-16 Thread Thomas Huth
On 16.01.2018 16:32, Collin L. Walling wrote: > On 01/16/2018 06:07 AM, Christian Borntraeger wrote: >> >> On 01/15/2018 06:23 PM, Collin L. Walling wrote: >>> On 01/15/2018 12:05 PM, Eric Blake wrote: [...] I'm not a lawyer, but generically, the GPL and its variants depend on a

Re: [Qemu-devel] [qemu-s390x] [PATCH v3 1/8] s390-ccw: update libc

2018-01-16 Thread Collin L. Walling
On 01/16/2018 06:07 AM, Christian Borntraeger wrote: On 01/15/2018 06:23 PM, Collin L. Walling wrote: On 01/15/2018 12:05 PM, Eric Blake wrote: On 01/15/2018 10:44 AM, Collin L. Walling wrote: Moved:    memcmp from bootmap.h to libc.h (renamed from _memcmp)    strlen from sclp.c to libc.h

Re: [Qemu-devel] [qemu-s390x] [PATCH v3 1/8] s390-ccw: update libc

2018-01-16 Thread Christian Borntraeger
On 01/15/2018 06:23 PM, Collin L. Walling wrote: > On 01/15/2018 12:05 PM, Eric Blake wrote: >> On 01/15/2018 10:44 AM, 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