From 0300812e842676cf97000241c8883b6afa79d592 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 17 Jun 2016 12:41:52 +0100 Subject: [PATCH] libclean: another 3.6 fix --- Library/tools/libclean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/tools/libclean b/Library/tools/libclean index 702b269f..661911b7 100755 --- a/Library/tools/libclean +++ b/Library/tools/libclean @@ -15,7 +15,7 @@ cp $LIBZ80/$CPU.lib tmp.lib # sdar d tmp.lib putchar.rel heap.rel fstubs.rel errno.rel sdar d tmp.lib rand.rel _calloc.rel _malloc.rel _realloc.rel _free.rel -sdar d tmp.lib malloc.rel calloc.rel free.rel +sdar d tmp.lib malloc.rel calloc.rel free.rel realloc.rel sdar d tmp.lib printf_large.rel puts.rel gets.rel assert.rel time.rel sdar d tmp.lib tolower.rel toupper.rel _ltoa.rel _itoa.rel abs.rel atoi.rel mv tmp.lib sdccz80.lib -- 2.34.1