about summary refs log tree commit diff
path: root/malloc/scratch_buffer_set_array_size.c
Commit message (Collapse)AuthorAgeFilesLines
* scratch_buffer_set_array_size: Include <limits.h>Florian Weimer2016-04-071-0/+1
| | | | It is needed for CHAR_BIT.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-071-0/+59
These will be used from NSS modules, so they have to be exported.