mirror of
https://github.com/micropython/micropython.git
synced 2025-08-29 22:10:36 +02:00
py/moduerrno: Add EACCES, pretty common error on Unix.
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
X(EBADF) \
|
X(EBADF) \
|
||||||
X(EAGAIN) \
|
X(EAGAIN) \
|
||||||
X(ENOMEM) \
|
X(ENOMEM) \
|
||||||
|
X(EACCES) \
|
||||||
X(ENODEV) \
|
X(ENODEV) \
|
||||||
X(EINVAL) \
|
X(EINVAL) \
|
||||||
X(EOPNOTSUPP) \
|
X(EOPNOTSUPP) \
|
||||||
|
Reference in New Issue
Block a user