mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
sim: add posix_memalign() to nuttx-names.in
hide the symbol definition from up_hostmemory.c: 147: error = posix_memalign(&p, alignment, size); Change-Id: I0bbc509c1ecf43388f6b21997a878a5f5fecf60a Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -60,6 +60,7 @@ NXSYMBOLS(open)
|
||||
NXSYMBOLS(opendir)
|
||||
NXSYMBOLS(perror)
|
||||
NXSYMBOLS(poll)
|
||||
NXSYMBOLS(posix_memalign)
|
||||
NXSYMBOLS(pthread_cond_destroy)
|
||||
NXSYMBOLS(pthread_cond_init)
|
||||
NXSYMBOLS(pthread_cond_signal)
|
||||
|
||||
Reference in New Issue
Block a user