You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/05/08 00:58:37 UTC

[incubator-nuttx] branch master updated: arch/sim/src/nuttx-names.dat: Add __errno()

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

aguettouche 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 2d78ed7  arch/sim/src/nuttx-names.dat:  Add __errno()
2d78ed7 is described below

commit 2d78ed7c7e5af6a83cc3d88f596e93de76b4ff84
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Thu May 7 18:31:42 2020 -0600

    arch/sim/src/nuttx-names.dat:  Add __errno()
    
    Needed to avoid collision with the host on simulator build.
---
 arch/sim/src/nuttx-names.dat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/src/nuttx-names.dat b/arch/sim/src/nuttx-names.dat
index 3f3f084..b04b716 100644
--- a/arch/sim/src/nuttx-names.dat
+++ b/arch/sim/src/nuttx-names.dat
@@ -1,3 +1,4 @@
+__errno        NX__errno
 _exit          NX_exit
 accept         NXaccept
 asprintf       NXasprintf