Commit 320d3c44 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #1535 from wjwithagen/patch-1

errno.h on FreeBSD contains ENOATTR instead of ENODATA
parents 640f0398 31f4ec8e
...@@ -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