From 448a256359e951fd2e81ccb2926e3f2b1d7a09de Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 28 Dec 2020 09:50:23 -0300 Subject: malloc: Add scratch_buffer_dupfree It returns a copy of the buffer up to a defined size. It will be used on realpath sync with gnulib. --- malloc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'malloc/Makefile') diff --git a/malloc/Makefile b/malloc/Makefile index 7f7ce63..583bbef 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -74,6 +74,7 @@ tests-exclude-mcheck = tst-mcheck tst-malloc-usable \ tests-mcheck = $(filter-out $(tests-exclude-mcheck),$(tests)) routines = malloc morecore mcheck mtrace obstack reallocarray \ + scratch_buffer_dupfree \ scratch_buffer_grow scratch_buffer_grow_preserve \ scratch_buffer_set_array_size \ dynarray_at_failure \ -- cgit v1.1