This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 08b2278 sim/names: add writev/readv into name list 08b2278 is described below commit 08b22784c31e91e039a58eb89fadbf5e221e31aa Author: chao.an <anc...@xiaomi.com> AuthorDate: Thu Dec 24 17:10:45 2020 +0800 sim/names: add writev/readv into name list Signed-off-by: chao.an <anc...@xiaomi.com> --- arch/sim/src/nuttx-names.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/sim/src/nuttx-names.in b/arch/sim/src/nuttx-names.in index 85aa089..dab2123 100644 --- a/arch/sim/src/nuttx-names.in +++ b/arch/sim/src/nuttx-names.in @@ -56,11 +56,11 @@ NXSYMBOLS(open) NXSYMBOLS(opendir) NXSYMBOLS(perror) NXSYMBOLS(poll) -NXSYMBOLS(pthread_create) NXSYMBOLS(pthread_cond_destroy) NXSYMBOLS(pthread_cond_init) NXSYMBOLS(pthread_cond_signal) NXSYMBOLS(pthread_cond_wait) +NXSYMBOLS(pthread_create) NXSYMBOLS(pthread_getspecific) NXSYMBOLS(pthread_key_create) NXSYMBOLS(pthread_kill) @@ -72,11 +72,13 @@ NXSYMBOLS(pthread_setspecific) NXSYMBOLS(pthread_sigmask) NXSYMBOLS(read) NXSYMBOLS(readdir) +NXSYMBOLS(readv) NXSYMBOLS(rename) NXSYMBOLS(rewinddir) NXSYMBOLS(rmdir) NXSYMBOLS(sched_yield) NXSYMBOLS(select) +NXSYMBOLS(sendmsg) NXSYMBOLS(shutdown) NXSYMBOLS(sigaction) NXSYMBOLS(sigaddset) @@ -93,4 +95,4 @@ NXSYMBOLS(tcsetattr) NXSYMBOLS(unlink) NXSYMBOLS(usleep) NXSYMBOLS(write) -NXSYMBOLS(sendmsg) +NXSYMBOLS(writev)