Usermode/libc - C++ wrapping in headers, time rework
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / errno.c
index e2948d6..6f95457 100644 (file)
@@ -45,6 +45,7 @@ EXPORT char *strerror(int errnum)
        case EPERM:     return "Operation not permitted";
        case ENOTTY:    return "Not a TTY";
        case EAGAIN:    return "Try again";
+       case EFBIG:     return "File too big";
        case EALREADY:  return "Operation was no-op";
        case EAFNOSUPPORT:      return "Address family not supported";
        case EINTERNAL: return "Internal error";

UCC git Repository :: git.ucc.asn.au