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:
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