You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arch/sim/src/sim/posix/sim_hostfs.c: use host_errno_to_nx
tested with ELOOP, which is 62 on macOS and 40 on NuttX, on sim/macOS.
```shell
spacetanuki% ln -s a a
spacetanuki% cat a
cat: a: Too many levels of symbolic links
spacetanuki% ./nuttx
NuttShell (NSH) NuttX-10.4.0
nsh> mount -t hostfs -o fs=. /mnt
nsh> cat /mnt/a
nsh: cat: open failed: 40
nsh>
```
this is a follow-up of #15552
this fixes a non-linux regression in #15535
Signed-off-by: YAMAMOTO Takashi <[email protected]>
0 commit comments