libclean: another 3.6 fix
authorAlan Cox <alan@linux.intel.com>
Fri, 17 Jun 2016 11:41:52 +0000 (12:41 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 17 Jun 2016 11:41:52 +0000 (12:41 +0100)
Library/tools/libclean

index 702b269..661911b 100755 (executable)
@@ -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