mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
@ -55,6 +55,8 @@ extern void _quicksort (void *const pbase, size_t total_elems,
|
||||
|
||||
extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
|
||||
|
||||
extern int __posix_memalign (void **memptr, size_t alignment, size_t size);
|
||||
|
||||
#endif
|
||||
#undef __Need_M_And_C
|
||||
|
||||
|
Reference in New Issue
Block a user