mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
add #undef for some libc function
since it's useful to redirect these functions to others sometime(e.g. validate the memory before write). Change-Id: I6253a9231af8809e8362f4bc5a1bd67fb094c3b0
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
82c17fd6fa
commit
def007e2d7
@@ -30,6 +30,7 @@
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#undef aligned_alloc /* See mm/README.txt */
|
||||
FAR void *aligned_alloc(size_t align, size_t size)
|
||||
{
|
||||
return lib_memalign(align, size);
|
||||
|
||||
Reference in New Issue
Block a user