about summary refs log tree commit diff
path: root/malloc/scratch_buffer_grow_preserve.c
Commit message (Collapse)AuthorAgeFilesLines
* scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer2015-04-071-0/+1
|
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-071-0/+62
These will be used from NSS modules, so they have to be exported.