X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc.so_src%2Finclude_exp%2Ferrno.enum.h;h=de9bd7b5ca5543c97ef52eae504e74553df62098;hb=8cf9dc88c488ba959a211f1ec653a366d16e1531;hp=1aeb879b49ca087e2cfa045790eed2af0587a41c;hpb=c34752b7ccc945a70a2d9b1e505aa4a4de43163b;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc.so_src/include_exp/errno.enum.h b/Usermode/Libraries/libc.so_src/include_exp/errno.enum.h index 1aeb879b..de9bd7b5 100644 --- a/Usermode/Libraries/libc.so_src/include_exp/errno.enum.h +++ b/Usermode/Libraries/libc.so_src/include_exp/errno.enum.h @@ -9,7 +9,7 @@ enum { EBUSY, // Resource is busy ERANGE, // Value out of range ENOTFOUND, // Item not found - EREADONLY, // Read only + EREADONLY, // Read only (duplicate with EROFS?) ENOTIMPL, // Not implemented ENOENT, // No entry? EEXIST, // Already exists @@ -17,10 +17,12 @@ enum { ENOTDIR, // Not a directory EIO, // IO Error EINTR, // Operation interrupted (signal) + EWOULDBLOCK, // Operation would have blocked ENODEV, // ??? EADDRNOTAVAIL, // ? EINPROGRESS, // ? EROFS, + EPERM, // Permissions error EAGAIN, // Try again