diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stdlib.h | 2 |
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 |