Skip to content

Commit 10503f3

Browse files
committed
py/moduerrno: Add EACCES, pretty common error on Unix.
1 parent 9a92499 commit 10503f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py/moduerrno.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
X(EBADF) \
4242
X(EAGAIN) \
4343
X(ENOMEM) \
44+
X(EACCES) \
4445
X(ENODEV) \
4546
X(EINVAL) \
4647
X(EOPNOTSUPP) \

0 commit comments

Comments
 (0)