py/moduerrno: Add EACCES, pretty common error on Unix.
This commit is contained in:
parent
9a92499641
commit
10503f3534
|
@ -41,6 +41,7 @@
|
|||
X(EBADF) \
|
||||
X(EAGAIN) \
|
||||
X(ENOMEM) \
|
||||
X(EACCES) \
|
||||
X(ENODEV) \
|
||||
X(EINVAL) \
|
||||
X(EOPNOTSUPP) \
|
||||
|
|
Loading…
Reference in New Issue