On 21.02.2018 20:35, 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 > > Added non C-standard function: > uitoa > atoui > > Signed-off-by: Collin L. Walling <wall...@linux.vnet.ibm.com> > Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> > Reviewed-by: Janosch Frank <fran...@linux.vnet.ibm.com> > --- > pc-bios/s390-ccw/Makefile | 2 +- > pc-bios/s390-ccw/bootmap.c | 4 +-- > pc-bios/s390-ccw/bootmap.h | 16 +-------- > pc-bios/s390-ccw/libc.c | 88 > ++++++++++++++++++++++++++++++++++++++++++++++ > pc-bios/s390-ccw/libc.h | 37 +++++++++++++++++-- > pc-bios/s390-ccw/main.c | 17 +-------- > pc-bios/s390-ccw/sclp.c | 10 +----- > 7 files changed, 129 insertions(+), 45 deletions(-) > create mode 100644 pc-bios/s390-ccw/libc.c
Reviewed-by: Thomas Huth <th...@redhat.com>