aboutsummaryrefslogtreecommitdiff
path: root/malloc/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-04-07 11:03:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-04-07 11:03:43 +0200
commitcfcfd4614b8b01b2782ac4dcafb21d14d74d5184 (patch)
tree3083fbe60cc7edf3211f4c2d3da04a0c9e35fbd0 /malloc/Versions
parent9e8c0381bbc6faf08cfc584e3848dd265d0d7e1a (diff)
downloadglibc-cfcfd4614b8b01b2782ac4dcafb21d14d74d5184.zip
glibc-cfcfd4614b8b01b2782ac4dcafb21d14d74d5184.tar.gz
glibc-cfcfd4614b8b01b2782ac4dcafb21d14d74d5184.tar.bz2
Add struct scratch_buffer and its internal helper functions
These will be used from NSS modules, so they have to be exported.
Diffstat (limited to 'malloc/Versions')
-rw-r--r--malloc/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions
index 7ca9bdf..f3c3d8a 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;
}
}