From 0758ea0cc3a75376dd4229af51c770e1622f1497 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Apr 2000 17:44:22 +0000 Subject: Update. 2000-04-14 Ulrich Drepper * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign. * malloc/malloc.c: Implement posix_memalign for glibc. * include/stdlib.h: Add prototype for __posix_memalign. * stdlib/stdlib.h: Add prototype for posix_memalign. --- malloc/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'malloc') diff --git a/malloc/Versions b/malloc/Versions index 759a063..98be892 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -51,5 +51,8 @@ libc { GLIBC_2.2 { # m* mcheck_check_all; mcheck_pedantic; + + # p* + posix_memalign; } } -- cgit v1.1