Commit 78a3069f authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Revert "Restore posix_memalign"

This reverts commit bfc1d975.
parent e49df020
......@@ -210,11 +210,6 @@ void* pvalloc(size_t bytes)
return dlpvalloc(bytes);
}
int posix_memalign(void** memptr, size_t alignment, size_t size)
{
return dlposix_memalign(memptr, alignment, size);
}
/* Support for malloc debugging.
* Note that if USE_DL_PREFIX is not defined, it's assumed that memory
* allocation routines are implemented somewhere else, so all our custom
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment