From 380d7e87dc80978581e73063dff0e264283c0306 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 23 Dec 2011 23:49:48 -0500 Subject: Implement aligned_alloc --- malloc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc/Versions') diff --git a/malloc/Versions b/malloc/Versions index cf0b1e5..7ca9bdf 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -58,6 +58,9 @@ libc { GLIBC_2.10 { malloc_info; } + GLIBC_2.16 { + aligned_alloc; + } GLIBC_PRIVATE { # Internal startup hook for libpthread. __libc_malloc_pthread_startup; -- cgit v1.1