diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-07 11:03:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-04-07 11:03:43 +0200 |
commit | cfcfd4614b8b01b2782ac4dcafb21d14d74d5184 (patch) | |
tree | 3083fbe60cc7edf3211f4c2d3da04a0c9e35fbd0 /ChangeLog | |
parent | 9e8c0381bbc6faf08cfc584e3848dd265d0d7e1a (diff) | |
download | glibc-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2015-04-07 Florian Weimer <fweimer@redhat.com> + + * include/scratch_buffer.h: New file. + * malloc/scratch_buffer_grow.c: Likewise. + * malloc/scratch_buffer_grow_preserve.c: Likewise. + * malloc/scratch_buffer_set_array_size.c: Likewise. + * malloc/tst-scratch_buffer.c: Likewise. + * malloc/Makefile (routines): Add scratch_buffer_grow. + (tests): Add test case. + * malloc/Versions (GLIBC_PRIVATE): Export + __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve, + __libc_scratch_buffer_set_array_size. + 2015-04-06 Richard Henderson <rth@redhat.com> * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h. |