Home
last modified time | relevance | path

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

/picolibc-latest/semihost/machine/arc/
Darc_errno.c128 case TARGET_ERRNO_EOPNOTSUPP: errno = EOPNOTSUPP; break; in arc_semihost_errno()
Darc_semihost.h145 TARGET_ERRNO_EOPNOTSUPP = 95, /* Operation not supported on socket */ enumerator