summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-14 17:44:22 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-14 17:44:22 +0000
commit0758ea0cc3a75376dd4229af51c770e1622f1497 (patch)
tree216f92014197e4615f854b30d492acc602aa9599 /include/stdlib.h
parenta204dbb2ec570cf20d4932dc5b17859a159d8708 (diff)
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 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index edca2009e0..1bd7904672 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -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