Searched refs:TARGET_ERRNO_EPERM (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/semihost/machine/arc/ | ||
D | arc_errno.c | 44 case TARGET_ERRNO_EPERM: errno = EPERM; break; in arc_semihost_errno() |
D | arc_semihost.h | 61 TARGET_ERRNO_EPERM = 1, /* Not owner */ enumerator |