From cfcfd4614b8b01b2782ac4dcafb21d14d74d5184 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 7 Apr 2015 11:03:43 +0200 Subject: Add struct scratch_buffer and its internal helper functions These will be used from NSS modules, so they have to be exported. --- malloc/Versions | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'malloc/Versions') diff --git a/malloc/Versions b/malloc/Versions index 7ca9bdf25f..f3c3d8a093 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -67,5 +67,10 @@ libc { # Internal destructor hook for libpthread. __libc_thread_freeres; + + # struct scratch_buffer support + __libc_scratch_buffer_grow; + __libc_scratch_buffer_grow_preserve; + __libc_scratch_buffer_set_array_size; } } -- cgit v1.2.1