Commit 31f4ec8e authored by Willem Jan Withagen's avatar Willem Jan Withagen Committed by GitHub

errno.h on FreeBSD contains ENOATTR instead of ENODATA

So allow for that value in this enumeration.
Added immediately after ENODATA
Signed-off-by: default avatarWillem Jan Withagen <wjw@digiware.nl>
parent 8efe4743
......@@ -61,6 +61,7 @@ cdef extern from "<errno.h>" nogil:
EBFONT
ENOSTR
ENODATA
ENOATTR
ETIME
ENOSR
ENONET
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment