arch/sim/src/nuttx-names.dat: Add __errno()

Needed to avoid collision with the host on simulator build.
This commit is contained in:
Gregory Nutt 2020-05-07 18:31:42 -06:00 committed by Abdelatif Guettouche
parent 958999c443
commit 2d78ed7c7e

View File

@ -1,3 +1,4 @@
__errno NX__errno
_exit NX_exit
accept NXaccept
asprintf NXasprintf