about summary refs log tree commit diff
path: root/malloc/scratch_buffer_grow.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync scratch_buffer with gnulibAdhemerval Zanella2017-09-081-1/+5
| | | | | | | | | | | | | | This patch syncs the scratch_buffer grom gnulib commit 3866ef6 with GLIBC code. Checked on x86_64-linux-gnu and on a build using build-many-glibcs.py for all major architectures. * include/scratch_buffer.h (scratch_buffer): Use a C99 align method instead of GCC extension. * malloc/scratch_buffer_grow.c [!_LIBC]: Include libc-config.h. * malloc/scratch_buffer_grow_preserve.c [!_LIBC]: Likewise. * malloc/scratch_buffer_set_array_size.c [!_LIBC]: Likewise.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* 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/+52
These will be used from NSS modules, so they have to be exported.