aboutsummaryrefslogtreecommitdiff
path: root/malloc/scratch_buffer_set_array_size.c
AgeCommit message (Collapse)AuthorFilesLines
2016-04-07scratch_buffer_set_array_size: Include <limits.h>Florian Weimer1-0/+1
It is needed for CHAR_BIT.
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer1-0/+59
These will be used from NSS modules, so they have to be exported.