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: ...@@ -61,6 +61,7 @@ cdef extern from "<errno.h>" nogil:
EBFONT EBFONT
ENOSTR ENOSTR
ENODATA ENODATA
ENOATTR
ETIME ETIME
ENOSR ENOSR
ENONET 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