Home
last modified time | relevance | path

Searched refs:TARGET_ERRNO_EXDEV (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/semihost/machine/arc/
Darc_errno.c61 case TARGET_ERRNO_EXDEV: errno = EXDEV; break; in arc_semihost_errno()
Darc_semihost.h78 TARGET_ERRNO_EXDEV = 18, /* Cross-device link */ enumerator