mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
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.
This commit is contained in:
@@ -51,5 +51,8 @@ libc {
|
||||
GLIBC_2.2 {
|
||||
# m*
|
||||
mcheck_check_all; mcheck_pedantic;
|
||||
|
||||
# p*
|
||||
posix_memalign;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user