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=b85f2ca0e6967f8f490943145855bd027d310c9b;hp=1aeb879b49ca087e2cfa045790eed2af0587a41c;hpb=4c78a1bdd506cda6cda27ee342165c7dfa7ecdc2;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