You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/30 12:20:40 UTC

[incubator-nuttx] branch master updated: sim: Add host mmap and perror support

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang 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 bab6118  sim: Add host mmap and perror support
bab6118 is described below

commit bab61180db49d9238ce138ce8d18c870882f0284
Author: liuhaitao <li...@xiaomi.com>
AuthorDate: Thu Apr 30 18:41:35 2020 +0800

    sim: Add host mmap and perror support
    
    Change-Id: I20bb8cba7ed6ab3e06c91f275fa2be6a633efe9e
    Signed-off-by: liuhaitao <li...@xiaomi.com>
---
 arch/sim/src/nuttx-names.dat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sim/src/nuttx-names.dat b/arch/sim/src/nuttx-names.dat
index e841596..3f3f084 100644
--- a/arch/sim/src/nuttx-names.dat
+++ b/arch/sim/src/nuttx-names.dat
@@ -53,6 +53,7 @@ memcpy         NXmemcpy
 memset         NXmemset
 mkfifo         NXmkfifo
 mktime         NXmktime
+mmap           NXmmap
 mq_close       NXmq_close
 mkdir          NXmkdir
 mount          NXmount
@@ -62,6 +63,7 @@ optarg         NXoptarg
 optind         NXoptind
 optopt         NXoptopt
 nanosleep      NXnanosleep
+perror         NXperror
 pipe           NXpipe
 poll           NXpoll
 printf         NXprintf