diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-14 17:44:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-14 17:44:22 +0000 |
commit | 0758ea0cc3a75376dd4229af51c770e1622f1497 (patch) | |
tree | 216f92014197e4615f854b30d492acc602aa9599 /malloc | |
parent | a204dbb2ec570cf20d4932dc5b17859a159d8708 (diff) | |
download | glibc-0758ea0cc3a75376dd4229af51c770e1622f1497.tar glibc-0758ea0cc3a75376dd4229af51c770e1622f1497.tar.gz glibc-0758ea0cc3a75376dd4229af51c770e1622f1497.tar.bz2 glibc-0758ea0cc3a75376dd4229af51c770e1622f1497.zip |
Update.
2000-04-14 Ulrich Drepper <drepper@redhat.com>
* 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.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/malloc/Versions b/malloc/Versions index 759a0636c1..98be892b48 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -51,5 +51,8 @@ libc { GLIBC_2.2 { # m* mcheck_check_all; mcheck_pedantic; + + # p* + posix_memalign; } } |