diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 23:49:48 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:21 -0500 |
commit | 380d7e87dc80978581e73063dff0e264283c0306 (patch) | |
tree | 7d7bf0ae5f0ad112100bc49a2e90bcb94f9345ec /ChangeLog | |
parent | c0e87cc01807aee964014bb6518694e7f42b71a7 (diff) | |
download | glibc-380d7e87dc80978581e73063dff0e264283c0306.tar glibc-380d7e87dc80978581e73063dff0e264283c0306.tar.gz glibc-380d7e87dc80978581e73063dff0e264283c0306.tar.bz2 glibc-380d7e87dc80978581e73063dff0e264283c0306.zip |
Implement aligned_alloc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -28,11 +28,17 @@ 2011-12-23 Ulrich Drepper <drepper@gmail.com> + [BZ #13531] + * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn. + * stdlib/stdlib.h: Declare aligned_alloc. + * Versions.def: Add GLIBC_2.16 for libc. + * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16. + [BZ 13527] * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for ISO C11. - * include/features.h: Define __USE_ISOCXX11 when compiling ISo C++11 + * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11 code. [BZ #13528] |